Class: Aws::ConnectHealth::Types::CreateDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::CreateDomainInput
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ String
The ARN of the KMS key to use for encrypting data in this Domain.
-
#name ⇒ String
The name for the new Domain.
-
#tags ⇒ Hash<String,String>
Tags to associate with the Domain.
-
#web_app_setup_configuration ⇒ Types::CreateWebAppConfiguration
Configuration for the Domain web application.
Instance Attribute Details
#kms_key_arn ⇒ String
The ARN of the KMS key to use for encrypting data in this Domain.
164 165 166 167 168 169 170 171 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 164 class CreateDomainInput < Struct.new( :name, :kms_key_arn, :web_app_setup_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the new Domain.
164 165 166 167 168 169 170 171 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 164 class CreateDomainInput < Struct.new( :name, :kms_key_arn, :web_app_setup_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to associate with the Domain.
164 165 166 167 168 169 170 171 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 164 class CreateDomainInput < Struct.new( :name, :kms_key_arn, :web_app_setup_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#web_app_setup_configuration ⇒ Types::CreateWebAppConfiguration
Configuration for the Domain web application. Optional, but if provided all fields are required.
164 165 166 167 168 169 170 171 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 164 class CreateDomainInput < Struct.new( :name, :kms_key_arn, :web_app_setup_configuration, :tags) SENSITIVE = [] include Aws::Structure end |