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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
# File 'lib/aws-sdk-datazone/types.rb', line 2668

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)


2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
# File 'lib/aws-sdk-datazone/types.rb', line 2668

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)


2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
# File 'lib/aws-sdk-datazone/types.rb', line 2668

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)


2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
# File 'lib/aws-sdk-datazone/types.rb', line 2668

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)


2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
# File 'lib/aws-sdk-datazone/types.rb', line 2668

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)


2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
# File 'lib/aws-sdk-datazone/types.rb', line 2668

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.



2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
# File 'lib/aws-sdk-datazone/types.rb', line 2668

class CreateConnectionInput < Struct.new(
  :aws_location,
  :client_token,
  :description,
  :domain_identifier,
  :environment_identifier,
  :name,
  :props)
  SENSITIVE = [:description]
  include Aws::Structure
end