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

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


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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

#authorized_principalsArray<String>

The authorized principals of the subscription target.

Returns:

  • (Array<String>)


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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

#domain_identifierString

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

Returns:

  • (String)


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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

#environment_identifierString

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

Returns:

  • (String)


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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

#manage_access_roleString

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

Returns:

  • (String)


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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

#nameString

The name of the subscription target.

Returns:

  • (String)


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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

#providerString

The provider of the subscription target.

Returns:

  • (String)


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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

#subscription_target_configArray<Types::SubscriptionTargetForm>

The configuration of the subscription target.

Returns:



3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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

#typeString

The type of the subscription target.

Returns:

  • (String)


3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-datazone/types.rb', line 3816

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