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>)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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>)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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:



2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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)


2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2655

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