1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. opensearchservice
  5. getApplication

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.opensearchservice.getApplication

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Amazon OpenSearchService application resource

Using getApplication

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
Copy
def get_application(name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
Copy
func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput
Copy

> Note: This function is named LookupApplication in the Go SDK.

public static class GetApplication 
{
    public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
    public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:opensearchservice:getApplication
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
The name of the application.
Name This property is required. string
The name of the application.
name This property is required. String
The name of the application.
name This property is required. string
The name of the application.
name This property is required. str
The name of the application.
name This property is required. String
The name of the application.

getApplication Result

The following output properties are available:

AppConfigs List<Pulumi.AwsNative.OpenSearchService.Outputs.ApplicationAppConfig>
List of application configurations.
Arn string
Amazon Resource Name (ARN) format.
DataSources List<Pulumi.AwsNative.OpenSearchService.Outputs.ApplicationDataSource>
List of data sources.
Endpoint string
The endpoint for the application.
IamIdentityCenterOptions Pulumi.AwsNative.OpenSearchService.Outputs.IamIdentityCenterOptionsProperties
Options for configuring IAM Identity Center
Id string
The identifier of the application.
Tags List<Pulumi.AwsNative.Outputs.Tag>
An arbitrary set of tags (key-value pairs) for this application.
AppConfigs []ApplicationAppConfig
List of application configurations.
Arn string
Amazon Resource Name (ARN) format.
DataSources []ApplicationDataSource
List of data sources.
Endpoint string
The endpoint for the application.
IamIdentityCenterOptions IamIdentityCenterOptionsProperties
Options for configuring IAM Identity Center
Id string
The identifier of the application.
Tags Tag
An arbitrary set of tags (key-value pairs) for this application.
appConfigs List<ApplicationAppConfig>
List of application configurations.
arn String
Amazon Resource Name (ARN) format.
dataSources List<ApplicationDataSource>
List of data sources.
endpoint String
The endpoint for the application.
iamIdentityCenterOptions IamIdentityCenterOptionsProperties
Options for configuring IAM Identity Center
id String
The identifier of the application.
tags List<Tag>
An arbitrary set of tags (key-value pairs) for this application.
appConfigs ApplicationAppConfig[]
List of application configurations.
arn string
Amazon Resource Name (ARN) format.
dataSources ApplicationDataSource[]
List of data sources.
endpoint string
The endpoint for the application.
iamIdentityCenterOptions IamIdentityCenterOptionsProperties
Options for configuring IAM Identity Center
id string
The identifier of the application.
tags Tag[]
An arbitrary set of tags (key-value pairs) for this application.
app_configs Sequence[ApplicationAppConfig]
List of application configurations.
arn str
Amazon Resource Name (ARN) format.
data_sources Sequence[ApplicationDataSource]
List of data sources.
endpoint str
The endpoint for the application.
iam_identity_center_options IamIdentityCenterOptionsProperties
Options for configuring IAM Identity Center
id str
The identifier of the application.
tags Sequence[root_Tag]
An arbitrary set of tags (key-value pairs) for this application.
appConfigs List<Property Map>
List of application configurations.
arn String
Amazon Resource Name (ARN) format.
dataSources List<Property Map>
List of data sources.
endpoint String
The endpoint for the application.
iamIdentityCenterOptions Property Map
Options for configuring IAM Identity Center
id String
The identifier of the application.
tags List<Property Map>
An arbitrary set of tags (key-value pairs) for this application.

Supporting Types

ApplicationAppConfig

Key This property is required. Pulumi.AwsNative.OpenSearchService.ApplicationAppConfigType
The configuration key
Value This property is required. string
The configuration value.
Key This property is required. ApplicationAppConfigType
The configuration key
Value This property is required. string
The configuration value.
key This property is required. ApplicationAppConfigType
The configuration key
value This property is required. String
The configuration value.
key This property is required. ApplicationAppConfigType
The configuration key
value This property is required. string
The configuration value.
key This property is required. ApplicationAppConfigType
The configuration key
value This property is required. str
The configuration value.
key This property is required. "opensearchDashboards.dashboardAdmin.users" | "opensearchDashboards.dashboardAdmin.groups"
The configuration key
value This property is required. String
The configuration value.

ApplicationAppConfigType

ApplicationDataSource

DataSourceArn This property is required. object
The ARN of the data source.
DataSourceDescription string
Description of the data source.
DataSourceArn This property is required. interface{}
The ARN of the data source.
DataSourceDescription string
Description of the data source.
dataSourceArn This property is required. Object
The ARN of the data source.
dataSourceDescription String
Description of the data source.
dataSourceArn This property is required. any
The ARN of the data source.
dataSourceDescription string
Description of the data source.
data_source_arn This property is required. Any
The ARN of the data source.
data_source_description str
Description of the data source.
dataSourceArn This property is required. Any
The ARN of the data source.
dataSourceDescription String
Description of the data source.

IamIdentityCenterOptionsProperties

Enabled bool
Whether IAM Identity Center is enabled.
IamIdentityCenterInstanceArn object
The ARN of the IAM Identity Center instance.
IamRoleForIdentityCenterApplicationArn string
The ARN of the IAM role for Identity Center application.
Enabled bool
Whether IAM Identity Center is enabled.
IamIdentityCenterInstanceArn interface{}
The ARN of the IAM Identity Center instance.
IamRoleForIdentityCenterApplicationArn string
The ARN of the IAM role for Identity Center application.
enabled Boolean
Whether IAM Identity Center is enabled.
iamIdentityCenterInstanceArn Object
The ARN of the IAM Identity Center instance.
iamRoleForIdentityCenterApplicationArn String
The ARN of the IAM role for Identity Center application.
enabled boolean
Whether IAM Identity Center is enabled.
iamIdentityCenterInstanceArn any
The ARN of the IAM Identity Center instance.
iamRoleForIdentityCenterApplicationArn string
The ARN of the IAM role for Identity Center application.
enabled bool
Whether IAM Identity Center is enabled.
iam_identity_center_instance_arn Any
The ARN of the IAM Identity Center instance.
iam_role_for_identity_center_application_arn str
The ARN of the IAM role for Identity Center application.
enabled Boolean
Whether IAM Identity Center is enabled.
iamIdentityCenterInstanceArn Any
The ARN of the IAM Identity Center instance.
iamRoleForIdentityCenterApplicationArn String
The ARN of the IAM role for Identity Center application.

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi