Class: Aws::DataZone::Types::CreateSubscriptionTargetInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#applicable_asset_typesArray<String>

The asset types that can be included in the subscription target.

Returns:

  • (Array<String>)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#authorized_principalsArray<String>

The authorized principals of the subscription target.

Returns:

  • (Array<String>)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  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)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain in which subscription target is created.

Returns:

  • (String)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#environment_identifierString

The ID of the environment in which subscription target is created.

Returns:

  • (String)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#manage_access_roleString

The manage access role that is used to create the subscription target.

Returns:

  • (String)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the subscription target.

Returns:

  • (String)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#providerString

The provider of the subscription target.

Returns:

  • (String)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#subscription_grant_creation_modeString

Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually.

Returns:

  • (String)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#subscription_target_configArray<Types::SubscriptionTargetForm>

The configuration of the subscription target.

Returns:



5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end

#typeString

The type of the subscription target.

Returns:

  • (String)


5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5441

class CreateSubscriptionTargetInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :name,
  :type,
  :subscription_target_config,
  :authorized_principals,
  :manage_access_role,
  :applicable_asset_types,
  :provider,
  :client_token,
  :subscription_grant_creation_mode)
  SENSITIVE = [:name]
  include Aws::Structure
end