Class: Aws::CloudFront::Types::CreateDistributionTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateDistributionTenantRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 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.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2515 class CreateDistributionTenantRequest < Struct.new( :distribution_id, :name, :domains, :tags, :customizations, :parameters, :connection_group_id, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |