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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


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

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



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_idString

The ID for the multi-tenant distribution.

Returns:

  • (String)


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

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



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

#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)


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

#idString

The ID of the distribution tenant.

Returns:

  • (String)


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_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)


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

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



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