Class AppsyncGraphqlApiLogConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.appsync_graphql_api.AppsyncGraphqlApiLogConfig.Jsii$Proxy
-
- All Implemented Interfaces:
AppsyncGraphqlApiLogConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppsyncGraphqlApiLogConfig
@Stability(Stable) @Internal public static final class AppsyncGraphqlApiLogConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppsyncGraphqlApiLogConfig
An implementation forAppsyncGraphqlApiLogConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.appsync_graphql_api.AppsyncGraphqlApiLogConfig
AppsyncGraphqlApiLogConfig.Builder, AppsyncGraphqlApiLogConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppsyncGraphqlApiLogConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theAppsyncGraphqlApiLogConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetCloudwatchLogsRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#cloudwatch_logs_role_arn AppsyncGraphqlApi#cloudwatch_logs_role_arn}.ObjectgetExcludeVerboseContent()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#exclude_verbose_content AppsyncGraphqlApi#exclude_verbose_content}.StringgetFieldLogLevel()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#field_log_level AppsyncGraphqlApi#field_log_level}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AppsyncGraphqlApiLogConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppsyncGraphqlApiLogConfig.Builder.
-
-
Method Detail
-
getCloudwatchLogsRoleArn
public final String getCloudwatchLogsRoleArn()
Description copied from interface:AppsyncGraphqlApiLogConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#cloudwatch_logs_role_arn AppsyncGraphqlApi#cloudwatch_logs_role_arn}.- Specified by:
getCloudwatchLogsRoleArnin interfaceAppsyncGraphqlApiLogConfig
-
getFieldLogLevel
public final String getFieldLogLevel()
Description copied from interface:AppsyncGraphqlApiLogConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#field_log_level AppsyncGraphqlApi#field_log_level}.- Specified by:
getFieldLogLevelin interfaceAppsyncGraphqlApiLogConfig
-
getExcludeVerboseContent
public final Object getExcludeVerboseContent()
Description copied from interface:AppsyncGraphqlApiLogConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#exclude_verbose_content AppsyncGraphqlApi#exclude_verbose_content}.- Specified by:
getExcludeVerboseContentin interfaceAppsyncGraphqlApiLogConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-