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

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.Application

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

    Create Application Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Application(name: string, args?: ApplicationArgs, opts?: CustomResourceOptions);
    @overload
    def Application(resource_name: str,
                    args: Optional[ApplicationArgs] = None,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Application(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    app_configs: Optional[Sequence[ApplicationAppConfigArgs]] = None,
                    data_sources: Optional[Sequence[ApplicationDataSourceArgs]] = None,
                    endpoint: Optional[str] = None,
                    iam_identity_center_options: Optional[IamIdentityCenterOptionsPropertiesArgs] = None,
                    name: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewApplication(ctx *Context, name string, args *ApplicationArgs, opts ...ResourceOption) (*Application, error)
    public Application(string name, ApplicationArgs? args = null, CustomResourceOptions? opts = null)
    public Application(String name, ApplicationArgs args)
    public Application(String name, ApplicationArgs args, CustomResourceOptions options)
    
    type: aws-native:opensearchservice:Application
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Application Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Application resource accepts the following input properties:

    AppConfigs List<Pulumi.AwsNative.OpenSearchService.Inputs.ApplicationAppConfig>
    List of application configurations.
    DataSources List<Pulumi.AwsNative.OpenSearchService.Inputs.ApplicationDataSource>
    List of data sources.
    Endpoint string
    The endpoint for the application.
    IamIdentityCenterOptions Pulumi.AwsNative.OpenSearchService.Inputs.IamIdentityCenterOptionsProperties
    Options for configuring IAM Identity Center
    Name string
    The name of the application.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An arbitrary set of tags (key-value pairs) for this application.
    AppConfigs []ApplicationAppConfigArgs
    List of application configurations.
    DataSources []ApplicationDataSourceArgs
    List of data sources.
    Endpoint string
    The endpoint for the application.
    IamIdentityCenterOptions IamIdentityCenterOptionsPropertiesArgs
    Options for configuring IAM Identity Center
    Name string
    The name of the application.
    Tags TagArgs
    An arbitrary set of tags (key-value pairs) for this application.
    appConfigs List<ApplicationAppConfig>
    List of application configurations.
    dataSources List<ApplicationDataSource>
    List of data sources.
    endpoint String
    The endpoint for the application.
    iamIdentityCenterOptions IamIdentityCenterOptionsProperties
    Options for configuring IAM Identity Center
    name String
    The name of the application.
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this application.
    appConfigs ApplicationAppConfig[]
    List of application configurations.
    dataSources ApplicationDataSource[]
    List of data sources.
    endpoint string
    The endpoint for the application.
    iamIdentityCenterOptions IamIdentityCenterOptionsProperties
    Options for configuring IAM Identity Center
    name string
    The name of the application.
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this application.
    app_configs Sequence[ApplicationAppConfigArgs]
    List of application configurations.
    data_sources Sequence[ApplicationDataSourceArgs]
    List of data sources.
    endpoint str
    The endpoint for the application.
    iam_identity_center_options IamIdentityCenterOptionsPropertiesArgs
    Options for configuring IAM Identity Center
    name str
    The name of the application.
    tags Sequence[TagArgs]
    An arbitrary set of tags (key-value pairs) for this application.
    appConfigs List<Property Map>
    List of application configurations.
    dataSources List<Property Map>
    List of data sources.
    endpoint String
    The endpoint for the application.
    iamIdentityCenterOptions Property Map
    Options for configuring IAM Identity Center
    name String
    The name of the application.
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this application.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:

    Arn string
    Amazon Resource Name (ARN) format.
    AwsId string
    The identifier of the application.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Amazon Resource Name (ARN) format.
    AwsId string
    The identifier of the application.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    Amazon Resource Name (ARN) format.
    awsId String
    The identifier of the application.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    Amazon Resource Name (ARN) format.
    awsId string
    The identifier of the application.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    Amazon Resource Name (ARN) format.
    aws_id str
    The identifier of the application.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    Amazon Resource Name (ARN) format.
    awsId String
    The identifier of the application.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ApplicationAppConfig, ApplicationAppConfigArgs

    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, ApplicationAppConfigTypeArgs

    OpensearchDashboardsDashboardAdminUsers
    opensearchDashboards.dashboardAdmin.users
    OpensearchDashboardsDashboardAdminGroups
    opensearchDashboards.dashboardAdmin.groups
    ApplicationAppConfigTypeOpensearchDashboardsDashboardAdminUsers
    opensearchDashboards.dashboardAdmin.users
    ApplicationAppConfigTypeOpensearchDashboardsDashboardAdminGroups
    opensearchDashboards.dashboardAdmin.groups
    OpensearchDashboardsDashboardAdminUsers
    opensearchDashboards.dashboardAdmin.users
    OpensearchDashboardsDashboardAdminGroups
    opensearchDashboards.dashboardAdmin.groups
    OpensearchDashboardsDashboardAdminUsers
    opensearchDashboards.dashboardAdmin.users
    OpensearchDashboardsDashboardAdminGroups
    opensearchDashboards.dashboardAdmin.groups
    OPENSEARCH_DASHBOARDS_DASHBOARD_ADMIN_USERS
    opensearchDashboards.dashboardAdmin.users
    OPENSEARCH_DASHBOARDS_DASHBOARD_ADMIN_GROUPS
    opensearchDashboards.dashboardAdmin.groups
    "opensearchDashboards.dashboardAdmin.users"
    opensearchDashboards.dashboardAdmin.users
    "opensearchDashboards.dashboardAdmin.groups"
    opensearchDashboards.dashboardAdmin.groups

    ApplicationDataSource, ApplicationDataSourceArgs

    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, IamIdentityCenterOptionsPropertiesArgs

    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, TagArgs

    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