Class: Aws::DataZone::Types::CreateAccountPoolInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateAccountPoolInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#account_source ⇒ Types::AccountSource
The source of accounts for the account pool.
-
#description ⇒ String
The description of the account pool.
-
#domain_identifier ⇒ String
The ID of the domain where the account pool is created.
-
#name ⇒ String
The name of the account pool.
-
#resolution_strategy ⇒ String
The mechanism used to resolve the account selection from the account pool.
Instance Attribute Details
#account_source ⇒ Types::AccountSource
The source of accounts for the account pool. In the current release, it’s either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.
1984 1985 1986 1987 1988 1989 1990 1991 1992 |
# File 'lib/aws-sdk-datazone/types.rb', line 1984 class CreateAccountPoolInput < Struct.new( :account_source, :description, :domain_identifier, :name, :resolution_strategy) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the account pool.
1984 1985 1986 1987 1988 1989 1990 1991 1992 |
# File 'lib/aws-sdk-datazone/types.rb', line 1984 class CreateAccountPoolInput < Struct.new( :account_source, :description, :domain_identifier, :name, :resolution_strategy) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where the account pool is created.
1984 1985 1986 1987 1988 1989 1990 1991 1992 |
# File 'lib/aws-sdk-datazone/types.rb', line 1984 class CreateAccountPoolInput < Struct.new( :account_source, :description, :domain_identifier, :name, :resolution_strategy) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the account pool.
1984 1985 1986 1987 1988 1989 1990 1991 1992 |
# File 'lib/aws-sdk-datazone/types.rb', line 1984 class CreateAccountPoolInput < Struct.new( :account_source, :description, :domain_identifier, :name, :resolution_strategy) SENSITIVE = [:description, :name] include Aws::Structure end |
#resolution_strategy ⇒ String
The mechanism used to resolve the account selection from the account pool.
1984 1985 1986 1987 1988 1989 1990 1991 1992 |
# File 'lib/aws-sdk-datazone/types.rb', line 1984 class CreateAccountPoolInput < Struct.new( :account_source, :description, :domain_identifier, :name, :resolution_strategy) SENSITIVE = [:description, :name] include Aws::Structure end |