Class CfnResourceDataSyncProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssm.CfnResourceDataSyncProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDataSyncProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResourceDataSyncProps
@Stability(Stable)
@Internal
public static final class CfnResourceDataSyncProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDataSyncProps
An implementation for
CfnResourceDataSyncProps-
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.ssm.CfnResourceDataSyncProps
CfnResourceDataSyncProps.Builder, CfnResourceDataSyncProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDataSyncProps.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 StringThe 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 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 theCfnResourceDataSyncProps.Builder.
-
-
Method Details
-
getSyncName
Description copied from interface:CfnResourceDataSyncPropsA name for the resource data sync.- Specified by:
getSyncNamein interfaceCfnResourceDataSyncProps
-
getBucketName
Description copied from interface:CfnResourceDataSyncPropsThe name of the S3 bucket where the aggregated data is stored.- Specified by:
getBucketNamein interfaceCfnResourceDataSyncProps
-
getBucketPrefix
Description copied from interface:CfnResourceDataSyncPropsAn Amazon S3 prefix for the bucket.- Specified by:
getBucketPrefixin interfaceCfnResourceDataSyncProps
-
getBucketRegion
Description copied from interface:CfnResourceDataSyncPropsThe AWS Region with the S3 bucket targeted by the resource data sync.- Specified by:
getBucketRegionin interfaceCfnResourceDataSyncProps
-
getKmsKeyArn
Description copied from interface:CfnResourceDataSyncPropsThe 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 region as the destination Amazon S3 bucket.
- Specified by:
getKmsKeyArnin interfaceCfnResourceDataSyncProps
-
getS3Destination
Description copied from interface:CfnResourceDataSyncPropsConfiguration information for the target S3 bucket.- Specified by:
getS3Destinationin interfaceCfnResourceDataSyncProps
-
getSyncFormat
Description copied from interface:CfnResourceDataSyncPropsA supported sync format.The following format is currently supported: JsonSerDe
- Specified by:
getSyncFormatin interfaceCfnResourceDataSyncProps
-
getSyncSource
Description copied from interface:CfnResourceDataSyncPropsInformation about the source where the data was synchronized.- Specified by:
getSyncSourcein interfaceCfnResourceDataSyncProps
-
getSyncType
Description copied from interface:CfnResourceDataSyncPropsThe 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 interfaceCfnResourceDataSyncProps
-
$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()
-