Class: Aws::DataZone::Types::CreateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateConnectionInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AwsLocation
The location where the connection is created.
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#description ⇒ String
A connection description.
-
#domain_identifier ⇒ String
The ID of the domain where the connection is created.
-
#environment_identifier ⇒ String
The ID of the environment where the connection is created.
-
#name ⇒ String
The connection name.
-
#props ⇒ Types::ConnectionPropertiesInput
The connection props.
Instance Attribute Details
#aws_location ⇒ Types::AwsLocation
The location where the connection is created.
2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2299 class CreateConnectionInput < Struct.new( :aws_location, :client_token, :description, :domain_identifier, :environment_identifier, :name, :props) SENSITIVE = [:description] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2299 class CreateConnectionInput < Struct.new( :aws_location, :client_token, :description, :domain_identifier, :environment_identifier, :name, :props) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
A connection description.
2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2299 class CreateConnectionInput < Struct.new( :aws_location, :client_token, :description, :domain_identifier, :environment_identifier, :name, :props) SENSITIVE = [:description] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where the connection is created.
2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2299 class CreateConnectionInput < Struct.new( :aws_location, :client_token, :description, :domain_identifier, :environment_identifier, :name, :props) SENSITIVE = [:description] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment where the connection is created.
2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2299 class CreateConnectionInput < Struct.new( :aws_location, :client_token, :description, :domain_identifier, :environment_identifier, :name, :props) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The connection name.
2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2299 class CreateConnectionInput < Struct.new( :aws_location, :client_token, :description, :domain_identifier, :environment_identifier, :name, :props) SENSITIVE = [:description] include Aws::Structure end |
#props ⇒ Types::ConnectionPropertiesInput
The connection props.
2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2299 class CreateConnectionInput < Struct.new( :aws_location, :client_token, :description, :domain_identifier, :environment_identifier, :name, :props) SENSITIVE = [:description] include Aws::Structure end |