Class: Aws::Amplify::Types::UpdateDomainAssociationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2905

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,
  :certificate_settings)
  SENSITIVE = []
  include Aws::Structure
end

#auto_sub_domain_creation_patternsArray<String>

Sets the branch patterns for automatic subdomain creation.

Returns:

  • (Array<String>)


2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2905

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,
  :certificate_settings)
  SENSITIVE = []
  include Aws::Structure
end

#auto_sub_domain_iam_roleString

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

Returns:

  • (String)


2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2905

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,
  :certificate_settings)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_settingsTypes::CertificateSettings

The type of SSL/TLS certificate to use for your custom domain.



2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2905

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,
  :certificate_settings)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the domain.

Returns:

  • (String)


2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2905

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,
  :certificate_settings)
  SENSITIVE = []
  include Aws::Structure
end

#enable_auto_sub_domainBoolean

Enables the automated creation of subdomains for branches.

Returns:

  • (Boolean)


2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2905

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,
  :certificate_settings)
  SENSITIVE = []
  include Aws::Structure
end

#sub_domain_settingsArray<Types::SubDomainSetting>

Describes the settings for the subdomain.

Returns:



2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2905

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,
  :certificate_settings)
  SENSITIVE = []
  include Aws::Structure
end