Class CfnDeliveryChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryChannelMixinProps
CfnDeliveryChannelMixinProps-
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.config.CfnDeliveryChannelMixinProps
CfnDeliveryChannelMixinProps.Builder, CfnDeliveryChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryChannelMixinProps.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 options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.final StringgetName()A name for the delivery channel.final StringThe name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.final StringThe prefix for the specified Amazon S3 bucket.final StringThe Amazon Resource Name (ARN) of the AWS Key Management Service ( AWS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config .final StringThe Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.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 theCfnDeliveryChannelMixinProps.Builder.
-
-
Method Details
-
getConfigSnapshotDeliveryProperties
Description copied from interface:CfnDeliveryChannelMixinPropsThe options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.Returns union: either
IResolvableorCfnDeliveryChannelPropsMixin.ConfigSnapshotDeliveryPropertiesProperty- Specified by:
getConfigSnapshotDeliveryPropertiesin interfaceCfnDeliveryChannelMixinProps- See Also:
-
getName
Description copied from interface:CfnDeliveryChannelMixinPropsA name for the delivery channel.If you don't specify a name, CloudFormation generates a unique physical ID and uses that ID for the delivery channel name. For more information, see Name Type .
Updates are not supported. To change the name, you must run two separate updates. In the first update, delete this resource, and then recreate it with a new name in the second update.
- Specified by:
getNamein interfaceCfnDeliveryChannelMixinProps- See Also:
-
getS3BucketName
Description copied from interface:CfnDeliveryChannelMixinPropsThe name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.If you specify a bucket that belongs to another AWS account , that bucket must have policies that grant access permissions to AWS Config . For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide .
- Specified by:
getS3BucketNamein interfaceCfnDeliveryChannelMixinProps- See Also:
-
getS3KeyPrefix
Description copied from interface:CfnDeliveryChannelMixinPropsThe prefix for the specified Amazon S3 bucket.- Specified by:
getS3KeyPrefixin interfaceCfnDeliveryChannelMixinProps- See Also:
-
getS3KmsKeyArn
Description copied from interface:CfnDeliveryChannelMixinPropsThe Amazon Resource Name (ARN) of the AWS Key Management Service ( AWS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config .Must belong to the same Region as the destination S3 bucket.
- Specified by:
getS3KmsKeyArnin interfaceCfnDeliveryChannelMixinProps- See Also:
-
getSnsTopicArn
Description copied from interface:CfnDeliveryChannelMixinPropsThe Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config . For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide .
- Specified by:
getSnsTopicArnin interfaceCfnDeliveryChannelMixinProps- 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()
-