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.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.opensearchservice.getApplication

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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>
    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]
    func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
    func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput

    > 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)
    }
    public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:opensearchservice:getApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the application.
    Name string
    The name of the application.
    name String
    The name of the application.
    name string
    The name of the application.
    name str
    The name of the application.
    name 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 Pulumi.AwsNative.OpenSearchService.ApplicationAppConfigType
    The configuration key
    Value string
    The configuration value.
    Key ApplicationAppConfigType
    The configuration key
    Value string
    The configuration value.
    key ApplicationAppConfigType
    The configuration key
    value String
    The configuration value.
    key ApplicationAppConfigType
    The configuration key
    value string
    The configuration value.
    key ApplicationAppConfigType
    The configuration key
    value str
    The configuration value.

    ApplicationAppConfigType

    ApplicationDataSource

    DataSourceArn object
    The ARN of the data source.
    DataSourceDescription string
    Description of the data source.
    DataSourceArn interface{}
    The ARN of the data source.
    DataSourceDescription string
    Description of the data source.
    dataSourceArn Object
    The ARN of the data source.
    dataSourceDescription String
    Description of the data source.
    dataSourceArn any
    The ARN of the data source.
    dataSourceDescription string
    Description of the data source.
    data_source_arn Any
    The ARN of the data source.
    data_source_description str
    Description of the data source.
    dataSourceArn 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

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

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi