Class: Aws::SecurityAgent::Types::CreateTargetDomainInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Input for creating a new target domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags to associate with the target domain.

Returns:

  • (Hash<String,String>)


1162
1163
1164
1165
1166
1167
1168
# File 'lib/aws-sdk-securityagent/types.rb', line 1162

class CreateTargetDomainInput < Struct.new(
  :target_domain_name,
  :verification_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#target_domain_nameString

The domain name to register as a target domain.

Returns:

  • (String)


1162
1163
1164
1165
1166
1167
1168
# File 'lib/aws-sdk-securityagent/types.rb', line 1162

class CreateTargetDomainInput < Struct.new(
  :target_domain_name,
  :verification_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#verification_methodString

The method to use for verifying domain ownership. Valid values are DNS_TXT, HTTP_ROUTE, and PRIVATE_VPC.

Returns:

  • (String)


1162
1163
1164
1165
1166
1167
1168
# File 'lib/aws-sdk-securityagent/types.rb', line 1162

class CreateTargetDomainInput < Struct.new(
  :target_domain_name,
  :verification_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end