Class: Aws::OpenSearchService::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreateApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_configs ⇒ Array<Types::AppConfig>
Configurations of the OpenSearch Application, inlcuding admin configuration.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#created_at ⇒ Time
Timestamp when the OpenSearch Application was created.
-
#data_sources ⇒ Array<Types::DataSource>
Data sources associated with the created OpenSearch Application.
-
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
Settings of IAM Identity Center for the created OpenSearch Application.
-
#id ⇒ String
Unique identifier for the created OpenSearch Application.
-
#name ⇒ String
Name of the created OpenSearch Application.
-
#tag_list ⇒ Array<Types::Tag>
A list of tags attached to a domain.
Instance Attribute Details
#app_configs ⇒ Array<Types::AppConfig>
Configurations of the OpenSearch Application, inlcuding admin configuration.
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1520 class CreateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :tag_list, :created_at) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain. See [Identifiers for IAM Entities ][1] in *Using Amazon Web Services Identity and Access Management* for more information.
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1520 class CreateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :tag_list, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when the OpenSearch Application was created.
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1520 class CreateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :tag_list, :created_at) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::DataSource>
Data sources associated with the created OpenSearch Application.
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1520 class CreateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :tag_list, :created_at) SENSITIVE = [] include Aws::Structure end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
Settings of IAM Identity Center for the created OpenSearch Application.
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1520 class CreateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :tag_list, :created_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier for the created OpenSearch Application.
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1520 class CreateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :tag_list, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the created OpenSearch Application.
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1520 class CreateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :tag_list, :created_at) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
A list of tags attached to a domain.
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1520 class CreateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :tag_list, :created_at) SENSITIVE = [] include Aws::Structure end |