Class: Aws::CloudFront::Types::UpdateDistributionTenantRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_group_idString

The ID of the target connection group.

Returns:

  • (String)


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

#customizationsTypes::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_idString

The ID for the multi-tenant distribution.

Returns:

  • (String)


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

#domainsArray<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.

Returns:



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

#enabledBoolean

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.

Returns:

  • (Boolean)


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

#idString

The ID of the distribution tenant.

Returns:

  • (String)


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_matchString

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.

Returns:

  • (String)


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_requestTypes::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

#parametersArray<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.

Returns:



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