Class: Aws::CloudWatchOmni::Types::CreateDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateDomainInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token for safe retries.
-
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Identity provider configuration for the domain.
-
#identity_providers ⇒ Array<String>
The identity providers to configure for the domain.
-
#name ⇒ String
A name that identifies the domain.
-
#tags ⇒ Hash<String,String>
The tags to associate with the domain.
Instance Attribute Details
#client_token ⇒ String
Idempotency token for safe retries. Repeated requests with the same token return the original result instead of creating a duplicate.
A suitable default value is auto-generated. You should normally not need to pass this option.
1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1068 class CreateDomainInput < Struct.new( :name, :identity_providers, :identity_provider_configuration, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Identity provider configuration for the domain.
1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1068 class CreateDomainInput < Struct.new( :name, :identity_providers, :identity_provider_configuration, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#identity_providers ⇒ Array<String>
The identity providers to configure for the domain.
1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1068 class CreateDomainInput < Struct.new( :name, :identity_providers, :identity_provider_configuration, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the domain. Must be 3-63 characters: lowercase letters, numbers, and hyphens. It must begin and end with a letter or number and cannot contain consecutive hyphens.
1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1068 class CreateDomainInput < Struct.new( :name, :identity_providers, :identity_provider_configuration, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to associate with the domain.
1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1068 class CreateDomainInput < Struct.new( :name, :identity_providers, :identity_provider_configuration, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |