Class: Aws::OpenSearchService::Types::CreateApplicationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_configsArray<Types::AppConfig>

Configurations of the OpenSearch Application, inlcuding admin configuration.

Returns:



1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1585

class CreateApplicationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :data_sources,
  :iam_identity_center_options,
  :app_configs,
  :tag_list,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

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.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/index.html

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1585

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_atTime

Timestamp when the OpenSearch Application was created.

Returns:

  • (Time)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1585

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_sourcesArray<Types::DataSource>

Data sources associated with the created OpenSearch Application.

Returns:



1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1585

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_optionsTypes::IamIdentityCenterOptions

Settings of IAM Identity Center for the created OpenSearch Application.



1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1585

class CreateApplicationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :data_sources,
  :iam_identity_center_options,
  :app_configs,
  :tag_list,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Unique identifier for the created OpenSearch Application.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1585

class CreateApplicationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :data_sources,
  :iam_identity_center_options,
  :app_configs,
  :tag_list,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the created OpenSearch Application.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1585

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_listArray<Types::Tag>

A list of tags attached to a domain.

Returns:



1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1585

class CreateApplicationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :data_sources,
  :iam_identity_center_options,
  :app_configs,
  :tag_list,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end