Class: Aws::CloudFront::Types::UpdateDistributionTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionTenantRequest
- 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 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 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.
14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14815 class UpdateDistributionTenantRequest < Struct.new( :id, :distribution_id, :domains, :customizations, :parameters, :connection_group_id, :if_match, :managed_certificate_request, :enabled) SENSITIVE = [] include Aws::Structure end |