Class CfnResourceDataSyncMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnResourceDataSyncMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDataSyncMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceDataSyncMixinProps
@Stability(Stable)
@Internal
public static final class CfnResourceDataSyncMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDataSyncMixinProps
An implementation for
CfnResourceDataSyncMixinProps-
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.cfnpropertymixins.services.ssm.CfnResourceDataSyncMixinProps
CfnResourceDataSyncMixinProps.Builder, CfnResourceDataSyncMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDataSyncMixinProps.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 ObjectThe name of the S3 bucket where the aggregated data is stored.final StringAn Amazon S3 prefix for the bucket.final StringThe AWS Region with the S3 bucket targeted by the resource data sync.final StringThe Amazon Resource Name (ARN) of an encryption key for a destination in Amazon S3 .final ObjectConfiguration information for the target S3 bucket.final StringA supported sync format.final StringA name for the resource data sync.final ObjectInformation about the source where the data was synchronized.final StringThe type of resource data sync.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 theCfnResourceDataSyncMixinProps.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnResourceDataSyncMixinPropsThe name of the S3 bucket where the aggregated data is stored.Returns union: either
StringorIBucketRef- Specified by:
getBucketNamein interfaceCfnResourceDataSyncMixinProps- See Also:
-
getBucketPrefix
Description copied from interface:CfnResourceDataSyncMixinPropsAn Amazon S3 prefix for the bucket.- Specified by:
getBucketPrefixin interfaceCfnResourceDataSyncMixinProps- See Also:
-
getBucketRegion
Description copied from interface:CfnResourceDataSyncMixinPropsThe AWS Region with the S3 bucket targeted by the resource data sync.- Specified by:
getBucketRegionin interfaceCfnResourceDataSyncMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnResourceDataSyncMixinPropsThe Amazon Resource Name (ARN) of an encryption key for a destination in Amazon S3 .You can use a KMS key to encrypt inventory data in Amazon S3 . You must specify a key that exist in the same AWS Region as the destination Amazon S3 bucket.
- Specified by:
getKmsKeyArnin interfaceCfnResourceDataSyncMixinProps- See Also:
-
getS3Destination
Description copied from interface:CfnResourceDataSyncMixinPropsConfiguration information for the target S3 bucket.Returns union: either
IResolvableorCfnResourceDataSyncPropsMixin.S3DestinationProperty- Specified by:
getS3Destinationin interfaceCfnResourceDataSyncMixinProps- See Also:
-
getSyncFormat
Description copied from interface:CfnResourceDataSyncMixinPropsA supported sync format.The following format is currently supported: JsonSerDe
- Specified by:
getSyncFormatin interfaceCfnResourceDataSyncMixinProps- See Also:
-
getSyncName
Description copied from interface:CfnResourceDataSyncMixinPropsA name for the resource data sync.- Specified by:
getSyncNamein interfaceCfnResourceDataSyncMixinProps- See Also:
-
getSyncSource
Description copied from interface:CfnResourceDataSyncMixinPropsInformation about the source where the data was synchronized.Returns union: either
IResolvableorCfnResourceDataSyncPropsMixin.SyncSourceProperty- Specified by:
getSyncSourcein interfaceCfnResourceDataSyncMixinProps- See Also:
-
getSyncType
Description copied from interface:CfnResourceDataSyncMixinPropsThe type of resource data sync.If
SyncTypeisSyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If theSyncTypeisSyncFromSourcethen the resource data sync synchronizes data from AWS Organizations or from multiple AWS Regions .- Specified by:
getSyncTypein interfaceCfnResourceDataSyncMixinProps- 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()
-