Class CfnDeliveryChannelProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CfnDeliveryChannelProps.Jsii$Proxy
All Implemented Interfaces:
CfnDeliveryChannelProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDeliveryChannelProps

@Stability(Stable) @Internal public static final class CfnDeliveryChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryChannelProps
An implementation for CfnDeliveryChannelProps
  • 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.config.CfnDeliveryChannelProps

    CfnDeliveryChannelProps.Builder, CfnDeliveryChannelProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDeliveryChannelProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
    final String
    A name for the delivery channel.
    final String
    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
    final String
    The prefix for the specified Amazon S3 bucket.
    final String
    The Amazon Resource Name (ARN) of the AWS Key Management Service ( AWS KMS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config .
    final String
    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnDeliveryChannelProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDeliveryChannelProps.Builder.
  • Method Details

    • getS3BucketName

      public final String getS3BucketName()
      Description copied from interface: CfnDeliveryChannelProps
      The 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:
      getS3BucketName in interface CfnDeliveryChannelProps
    • getConfigSnapshotDeliveryProperties

      public final Object getConfigSnapshotDeliveryProperties()
      Description copied from interface: CfnDeliveryChannelProps
      The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
      Specified by:
      getConfigSnapshotDeliveryProperties in interface CfnDeliveryChannelProps
    • getName

      public final String getName()
      Description copied from interface: CfnDeliveryChannelProps
      A name for the delivery channel.

      If you don't specify a name, AWS 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:
      getName in interface CfnDeliveryChannelProps
    • getS3KeyPrefix

      public final String getS3KeyPrefix()
      Description copied from interface: CfnDeliveryChannelProps
      The prefix for the specified Amazon S3 bucket.
      Specified by:
      getS3KeyPrefix in interface CfnDeliveryChannelProps
    • getS3KmsKeyArn

      public final String getS3KmsKeyArn()
      Description copied from interface: CfnDeliveryChannelProps
      The Amazon Resource Name (ARN) of the AWS Key Management Service ( AWS KMS ) 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:
      getS3KmsKeyArn in interface CfnDeliveryChannelProps
    • getSnsTopicArn

      public final String getSnsTopicArn()
      Description copied from interface: CfnDeliveryChannelProps
      The 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:
      getSnsTopicArn in interface CfnDeliveryChannelProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object