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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.CfnResourceDataSyncProps
CfnResourceDataSyncProps.Builder, CfnResourceDataSyncProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResourceDataSyncProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the S3 bucket where the aggregated data is stored.final String
An Amazon S3 prefix for the bucket.final String
The AWS Region with the S3 bucket targeted by the resource data sync.final String
The ARN of an encryption key for a destination in Amazon S3 .final Object
Configuration information for the target S3 bucket.final String
A supported sync format.final String
A name for the resource data sync.final Object
Information about the source where the data was synchronized.final String
The type of resource data sync.final int
hashCode()
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:CfnResourceDataSyncProps
A name for the resource data sync.- Specified by:
getSyncName
in interfaceCfnResourceDataSyncProps
-
getBucketName
Description copied from interface:CfnResourceDataSyncProps
The name of the S3 bucket where the aggregated data is stored.- Specified by:
getBucketName
in interfaceCfnResourceDataSyncProps
-
getBucketPrefix
Description copied from interface:CfnResourceDataSyncProps
An Amazon S3 prefix for the bucket.- Specified by:
getBucketPrefix
in interfaceCfnResourceDataSyncProps
-
getBucketRegion
Description copied from interface:CfnResourceDataSyncProps
The AWS Region with the S3 bucket targeted by the resource data sync.- Specified by:
getBucketRegion
in interfaceCfnResourceDataSyncProps
-
getKmsKeyArn
Description copied from interface:CfnResourceDataSyncProps
The 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:
getKmsKeyArn
in interfaceCfnResourceDataSyncProps
-
getS3Destination
Description copied from interface:CfnResourceDataSyncProps
Configuration information for the target S3 bucket.- Specified by:
getS3Destination
in interfaceCfnResourceDataSyncProps
-
getSyncFormat
Description copied from interface:CfnResourceDataSyncProps
A supported sync format.The following format is currently supported: JsonSerDe
- Specified by:
getSyncFormat
in interfaceCfnResourceDataSyncProps
-
getSyncSource
Description copied from interface:CfnResourceDataSyncProps
Information about the source where the data was synchronized.- Specified by:
getSyncSource
in interfaceCfnResourceDataSyncProps
-
getSyncType
Description copied from interface:CfnResourceDataSyncProps
The type of resource data sync.If
SyncType
isSyncToDestination
, then the resource data sync synchronizes data to an S3 bucket. If theSyncType
isSyncFromSource
then the resource data sync synchronizes data from AWS Organizations or from multiple AWS Regions .- Specified by:
getSyncType
in interfaceCfnResourceDataSyncProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-