Class: Aws::CloudFront::Types::UpdateDomainAssociationRequest

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

#domainString

The domain to update.

Returns:

  • (String)


14909
14910
14911
14912
14913
14914
14915
# File 'lib/aws-sdk-cloudfront/types.rb', line 14909

class UpdateDomainAssociationRequest < Struct.new(
  :domain,
  :target_resource,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The value of the ‘ETag` identifier for the distribution or distribution tenant that will be associated with the domain.

Returns:

  • (String)


14909
14910
14911
14912
14913
14914
14915
# File 'lib/aws-sdk-cloudfront/types.rb', line 14909

class UpdateDomainAssociationRequest < Struct.new(
  :domain,
  :target_resource,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#target_resourceTypes::DistributionResourceId

The target distribution resource for the domain. You can specify either ‘DistributionId` or `DistributionTenantId`, but not both.



14909
14910
14911
14912
14913
14914
14915
# File 'lib/aws-sdk-cloudfront/types.rb', line 14909

class UpdateDomainAssociationRequest < Struct.new(
  :domain,
  :target_resource,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end