Class: Aws::CloudFront::Types::CreateDistributionTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateDistributionTenantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_group_id ⇒ String
The ID of the connection group to associate with the distribution tenant.
-
#customizations ⇒ Types::Customizations
Customizations for the distribution tenant.
-
#distribution_id ⇒ String
The ID of the multi-tenant distribution to use for creating the distribution tenant.
-
#domains ⇒ Array<Types::DomainItem>
The domains associated with the distribution tenant.
-
#enabled ⇒ Boolean
Indicates whether the distribution tenant should be enabled when created.
-
#managed_certificate_request ⇒ Types::ManagedCertificateRequest
The configuration for the CloudFront managed ACM certificate request.
-
#name ⇒ String
The name of the distribution tenant.
-
#parameters ⇒ Array<Types::Parameter>
A list of parameter values to add to the resource.
-
#tags ⇒ Types::Tags
A complex type that contains zero or more ‘Tag` elements.
Instance Attribute Details
#connection_group_id ⇒ String
The ID of the connection group to associate with the distribution tenant.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#customizations ⇒ Types::Customizations
Customizations for the distribution tenant. For each distribution tenant, you can specify the geographic restrictions, and the Amazon Resource Names (ARNs) for the ACM certificate and WAF web ACL. These are specific values that you can override or disable from the multi-tenant distribution that was used to create the distribution tenant.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#distribution_id ⇒ String
The ID of the multi-tenant distribution to use for creating the distribution tenant.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#domains ⇒ Array<Types::DomainItem>
The domains associated with the distribution tenant. You must specify at least one domain in the request.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether the distribution tenant should be enabled when created. If the distribution tenant is disabled, the distribution tenant won’t serve traffic.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#managed_certificate_request ⇒ Types::ManagedCertificateRequest
The configuration for the CloudFront managed ACM certificate request.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the distribution tenant. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can’t be updated after you create the distribution tenant.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::Parameter>
A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Types::Tags
A complex type that contains zero or more ‘Tag` elements.
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |