Class: Aws::CloudWatchOmni::Types::CreateDomainInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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_configurationTypes::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_providersArray<String>

The identity providers to configure for the domain.

Returns:

  • (Array<String>)


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

#nameString

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.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags to associate with the domain.

Returns:

  • (Hash<String,String>)


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