1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. configuration
  6. getDeliveryChannel

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi

    Resource type definition for AWS::Config::DeliveryChannel

    Using getDeliveryChannel

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDeliveryChannel(args: GetDeliveryChannelArgs, opts?: InvokeOptions): Promise<GetDeliveryChannelResult>
    function getDeliveryChannelOutput(args: GetDeliveryChannelOutputArgs, opts?: InvokeOutputOptions): Output<GetDeliveryChannelResult>
    def get_delivery_channel(name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetDeliveryChannelResult
    def get_delivery_channel_output(name: pulumi.Input[Optional[str]] = None,
                             opts: Optional[InvokeOutputOptions] = None) -> Output[GetDeliveryChannelResult]
    func LookupDeliveryChannel(ctx *Context, args *LookupDeliveryChannelArgs, opts ...InvokeOption) (*LookupDeliveryChannelResult, error)
    func LookupDeliveryChannelOutput(ctx *Context, args *LookupDeliveryChannelOutputArgs, opts ...InvokeOption) LookupDeliveryChannelResultOutput

    > Note: This function is named LookupDeliveryChannel in the Go SDK.

    public static class GetDeliveryChannel 
    {
        public static Task<GetDeliveryChannelResult> InvokeAsync(GetDeliveryChannelArgs args, InvokeOptions? opts = null)
        public static Output<GetDeliveryChannelResult> Invoke(GetDeliveryChannelInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetDeliveryChannelResult> Invoke(GetDeliveryChannelInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetDeliveryChannelResult> getDeliveryChannel(GetDeliveryChannelArgs args, InvokeOptions options)
    public static Output<GetDeliveryChannelResult> getDeliveryChannel(GetDeliveryChannelArgs args, InvokeOptions options)
    public static Output<GetDeliveryChannelResult> getDeliveryChannel(GetDeliveryChannelArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:configuration:getDeliveryChannel
      arguments:
        # arguments dictionary
    data "aws-native_configuration_get_delivery_channel" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
    Name string
    The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
    name string
    The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
    name String
    The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
    name string
    The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
    name str
    The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
    name String
    The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

    getDeliveryChannel Result

    The following output properties are available:

    ConfigSnapshotDeliveryProperties Pulumi.AwsNative.Configuration.Outputs.DeliveryChannelConfigSnapshotDeliveryProperties
    The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
    S3BucketName string
    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
    S3KeyPrefix string
    The prefix for the specified Amazon S3 bucket.
    S3KmsKeyArn 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. Must belong to the same Region as the destination S3 bucket.
    SnsTopicArn string
    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
    ConfigSnapshotDeliveryProperties DeliveryChannelConfigSnapshotDeliveryProperties
    The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
    S3BucketName string
    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
    S3KeyPrefix string
    The prefix for the specified Amazon S3 bucket.
    S3KmsKeyArn 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. Must belong to the same Region as the destination S3 bucket.
    SnsTopicArn string
    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
    config_snapshot_delivery_properties object
    The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
    s3_bucket_name string
    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
    s3_key_prefix string
    The prefix for the specified Amazon S3 bucket.
    s3_kms_key_arn 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. Must belong to the same Region as the destination S3 bucket.
    sns_topic_arn string
    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
    configSnapshotDeliveryProperties DeliveryChannelConfigSnapshotDeliveryProperties
    The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
    s3BucketName String
    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
    s3KeyPrefix String
    The prefix for the specified Amazon S3 bucket.
    s3KmsKeyArn 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. Must belong to the same Region as the destination S3 bucket.
    snsTopicArn String
    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
    configSnapshotDeliveryProperties DeliveryChannelConfigSnapshotDeliveryProperties
    The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
    s3BucketName string
    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
    s3KeyPrefix string
    The prefix for the specified Amazon S3 bucket.
    s3KmsKeyArn 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. Must belong to the same Region as the destination S3 bucket.
    snsTopicArn string
    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
    config_snapshot_delivery_properties DeliveryChannelConfigSnapshotDeliveryProperties
    The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
    s3_bucket_name str
    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
    s3_key_prefix str
    The prefix for the specified Amazon S3 bucket.
    s3_kms_key_arn str
    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.
    sns_topic_arn str
    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
    configSnapshotDeliveryProperties Property Map
    The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
    s3BucketName String
    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
    s3KeyPrefix String
    The prefix for the specified Amazon S3 bucket.
    s3KmsKeyArn 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. Must belong to the same Region as the destination S3 bucket.
    snsTopicArn String
    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

    Supporting Types

    DeliveryChannelConfigSnapshotDeliveryProperties

    DeliveryFrequency DeliveryChannelConfigSnapshotDeliveryPropertiesDeliveryFrequency
    The frequency with which AWS Config delivers configuration snapshots.
    delivery_frequency "One_Hour" | "Three_Hours" | "Six_Hours" | "Twelve_Hours" | "TwentyFour_Hours"
    The frequency with which AWS Config delivers configuration snapshots.
    deliveryFrequency DeliveryChannelConfigSnapshotDeliveryPropertiesDeliveryFrequency
    The frequency with which AWS Config delivers configuration snapshots.
    deliveryFrequency DeliveryChannelConfigSnapshotDeliveryPropertiesDeliveryFrequency
    The frequency with which AWS Config delivers configuration snapshots.
    delivery_frequency DeliveryChannelConfigSnapshotDeliveryPropertiesDeliveryFrequency
    The frequency with which AWS Config delivers configuration snapshots.
    deliveryFrequency "One_Hour" | "Three_Hours" | "Six_Hours" | "Twelve_Hours" | "TwentyFour_Hours"
    The frequency with which AWS Config delivers configuration snapshots.

    DeliveryChannelConfigSnapshotDeliveryPropertiesDeliveryFrequency

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial