Class: Aws::Amplify::Types::UpdateDomainAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::UpdateDomainAssociationRequest
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The request structure for the update domain association request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#auto_sub_domain_creation_patterns ⇒ Array<String>
Sets the branch patterns for automatic subdomain creation.
-
#auto_sub_domain_iam_role ⇒ String
The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
-
#domain_name ⇒ String
The name of the domain.
-
#enable_auto_sub_domain ⇒ Boolean
Enables the automated creation of subdomains for branches.
-
#sub_domain_settings ⇒ Array<Types::SubDomainSetting>
Describes the settings for the subdomain.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2701 class UpdateDomainAssociationRequest < Struct.new( :app_id, :domain_name, :enable_auto_sub_domain, :sub_domain_settings, :auto_sub_domain_creation_patterns, :auto_sub_domain_iam_role) SENSITIVE = [] include Aws::Structure end |
#auto_sub_domain_creation_patterns ⇒ Array<String>
Sets the branch patterns for automatic subdomain creation.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2701 class UpdateDomainAssociationRequest < Struct.new( :app_id, :domain_name, :enable_auto_sub_domain, :sub_domain_settings, :auto_sub_domain_creation_patterns, :auto_sub_domain_iam_role) SENSITIVE = [] include Aws::Structure end |
#auto_sub_domain_iam_role ⇒ String
The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2701 class UpdateDomainAssociationRequest < Struct.new( :app_id, :domain_name, :enable_auto_sub_domain, :sub_domain_settings, :auto_sub_domain_creation_patterns, :auto_sub_domain_iam_role) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2701 class UpdateDomainAssociationRequest < Struct.new( :app_id, :domain_name, :enable_auto_sub_domain, :sub_domain_settings, :auto_sub_domain_creation_patterns, :auto_sub_domain_iam_role) SENSITIVE = [] include Aws::Structure end |
#enable_auto_sub_domain ⇒ Boolean
Enables the automated creation of subdomains for branches.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2701 class UpdateDomainAssociationRequest < Struct.new( :app_id, :domain_name, :enable_auto_sub_domain, :sub_domain_settings, :auto_sub_domain_creation_patterns, :auto_sub_domain_iam_role) SENSITIVE = [] include Aws::Structure end |
#sub_domain_settings ⇒ Array<Types::SubDomainSetting>
Describes the settings for the subdomain.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2701 class UpdateDomainAssociationRequest < Struct.new( :app_id, :domain_name, :enable_auto_sub_domain, :sub_domain_settings, :auto_sub_domain_creation_patterns, :auto_sub_domain_iam_role) SENSITIVE = [] include Aws::Structure end |