You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::StreamingDistributionConfigWithTags

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StreamingDistributionConfigWithTags as input to an Aws::Client method, you can use a vanilla Hash:

{
  streaming_distribution_config: { # required
    caller_reference: "string", # required
    s3_origin: { # required
      domain_name: "string", # required
      origin_access_identity: "string", # required
    },
    aliases: {
      quantity: 1, # required
      items: ["string"],
    },
    comment: "string", # required
    logging: {
      enabled: false, # required
      bucket: "string", # required
      prefix: "string", # required
    },
    trusted_signers: { # required
      enabled: false, # required
      quantity: 1, # required
      items: ["string"],
    },
    price_class: "PriceClass_100", # accepts PriceClass_100, PriceClass_200, PriceClass_All
    enabled: false, # required
  },
  tags: { # required
    items: [
      {
        key: "TagKey", # required
        value: "TagValue",
      },
    ],
  },
}

A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#streaming_distribution_configTypes::StreamingDistributionConfig

A streaming distribution Configuration.

Returns:

#tagsTypes::Tags

A complex type that contains zero or more Tag elements.

Returns:

  • (Types::Tags)

    A complex type that contains zero or more Tag elements.