Class: Aws::CloudFront::Types::TenantConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TenantConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
<note markdown=“1”> This field only supports multi-tenant distributions. You can’t specify this field for standard distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront] in the *Amazon CloudFront Developer Guide*.
</note>
The configuration for a distribution tenant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_definitions ⇒ Array<Types::ParameterDefinition>
The parameters that you specify for a distribution tenant.
Instance Attribute Details
#parameter_definitions ⇒ Array<Types::ParameterDefinition>
The parameters that you specify for a distribution tenant.
14578 14579 14580 14581 14582 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14578 class TenantConfig < Struct.new( :parameter_definitions) SENSITIVE = [] include Aws::Structure end |