Class: Aws::CloudFront::Types::CreateDistributionTenantRequest

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 connection group to associate with the distribution tenant.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :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.



2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :managed_certificate_request,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#distribution_idString

The ID of the multi-tenant distribution to use for creating the distribution tenant.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :managed_certificate_request,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#domainsArray<Types::DomainItem>

The domains associated with the distribution tenant. You must specify at least one domain in the request.

Returns:



2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :managed_certificate_request,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether the distribution tenant should be enabled when created. If the distribution tenant is disabled, the distribution tenant won’t serve traffic.

Returns:

  • (Boolean)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :managed_certificate_request,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#managed_certificate_requestTypes::ManagedCertificateRequest

The configuration for the CloudFront managed ACM certificate request.



2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :managed_certificate_request,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the distribution tenant. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can’t be updated after you create the distribution tenant.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :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:



2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :managed_certificate_request,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#tagsTypes::Tags

A complex type that contains zero or more ‘Tag` elements.

Returns:



2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-cloudfront/types.rb', line 2453

class CreateDistributionTenantRequest < Struct.new(
  :distribution_id,
  :name,
  :domains,
  :tags,
  :customizations,
  :parameters,
  :connection_group_id,
  :managed_certificate_request,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end