Class CfnS3TableIntegrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnS3TableIntegrationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnS3TableIntegrationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnS3TableIntegrationProps
@Stability(Stable)
@Internal
public static final class CfnS3TableIntegrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnS3TableIntegrationProps
An implementation for
CfnS3TableIntegrationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.observabilityadmin.CfnS3TableIntegrationProps
CfnS3TableIntegrationProps.Builder, CfnS3TableIntegrationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnS3TableIntegrationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectEncryption configuration for the S3 Table Integration.final ObjectThe CloudWatch Logs data sources to associate with the S3 Table Integration.final StringThe ARN of the role used to access the S3 Table Integration.getTags()An array of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnS3TableIntegrationProps.Builder.
-
-
Method Details
-
getEncryption
Description copied from interface:CfnS3TableIntegrationPropsEncryption configuration for the S3 Table Integration.Returns union: either
IResolvableorCfnS3TableIntegration.EncryptionConfigProperty- Specified by:
getEncryptionin interfaceCfnS3TableIntegrationProps- See Also:
-
getRoleArn
Description copied from interface:CfnS3TableIntegrationPropsThe ARN of the role used to access the S3 Table Integration.- Specified by:
getRoleArnin interfaceCfnS3TableIntegrationProps- See Also:
-
getLogSources
Description copied from interface:CfnS3TableIntegrationPropsThe CloudWatch Logs data sources to associate with the S3 Table Integration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnS3TableIntegration.LogSourceProperty>- Specified by:
getLogSourcesin interfaceCfnS3TableIntegrationProps- See Also:
-
getTags
Description copied from interface:CfnS3TableIntegrationPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnS3TableIntegrationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-