Class: Aws::DataZone::Types::CreateConnectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_locationTypes::AwsLocation

The location where the connection is created.

Returns:



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_tokenString

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.

Returns:

  • (String)


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

#descriptionString

A connection description.

Returns:

  • (String)


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_identifierString

The ID of the domain where the connection is created.

Returns:

  • (String)


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_identifierString

The ID of the environment where the connection is created.

Returns:

  • (String)


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

#nameString

The connection name.

Returns:

  • (String)


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

#propsTypes::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