Class: Aws::CloudFront::Types::UpdateDistributionTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionTenantRequest
- 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 target connection group.
-
#customizations ⇒ Types::Customizations
Customizations for the distribution tenant.
-
#distribution_id ⇒ String
The ID for the multi-tenant distribution.
-
#domains ⇒ Array<Types::DomainItem>
The domains to update for the distribution tenant.
-
#enabled ⇒ Boolean
Indicates whether the distribution tenant should be updated to an enabled state.
-
#id ⇒ String
The ID of the distribution tenant.
-
#if_match ⇒ String
The value of the
ETag
header that you received when retrieving the distribution tenant to update. -
#managed_certificate_request ⇒ Types::ManagedCertificateRequest
An object that contains the CloudFront managed ACM certificate request.
-
#parameters ⇒ Array<Types::Parameter>
A list of parameter values to add to the resource.
Instance Attribute Details
#connection_group_id ⇒ String
The ID of the target connection group.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :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.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#distribution_id ⇒ String
The ID for the multi-tenant distribution.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#domains ⇒ Array<Types::DomainItem>
The domains to update for the distribution tenant. A domain object can contain only a domain property. You must specify at least one domain. Each distribution tenant can have up to 5 domains.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether the distribution tenant should be updated to an enabled state. If you update the distribution tenant and it's not enabled, the distribution tenant won't serve traffic.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the distribution tenant.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ETag
header that you received when retrieving the
distribution tenant to update. This value is returned in the
response of the GetDistributionTenant
API operation.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |
#managed_certificate_request ⇒ Types::ManagedCertificateRequest
An object that contains the CloudFront managed ACM certificate request.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :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.
15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15086 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |