1. Packages
  2. AWS Native
  3. API Docs
  4. iotfleethub
  5. getApplication

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.iotfleethub.getApplication

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource schema for AWS::IoTFleetHub::Application

    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(application_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(application_id: 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:iotfleethub:getApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationId string
    The ID of the application.
    ApplicationId string
    The ID of the application.
    applicationId String
    The ID of the application.
    applicationId string
    The ID of the application.
    application_id str
    The ID of the application.
    applicationId String
    The ID of the application.

    getApplication Result

    The following output properties are available:

    ApplicationArn string
    The ARN of the application.
    ApplicationCreationDate int
    When the Application was created
    ApplicationDescription string
    Application Description, should be between 1 and 2048 characters.
    ApplicationId string
    The ID of the application.
    ApplicationLastUpdateDate int
    When the Application was last updated
    ApplicationName string
    Application Name, should be between 1 and 256 characters.
    ApplicationState string
    The current state of the application.
    ApplicationUrl string
    The URL of the application.
    ErrorMessage string
    A message indicating why Create or Delete Application failed.
    RoleArn string
    The ARN of the role that the web application assumes when it interacts with AWS IoT Core. For more info on configuring this attribute, see https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html#API_iotfleethub_CreateApplication_RequestSyntax
    SsoClientId string
    The AWS SSO application generated client ID (used with AWS SSO APIs).
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs that contain metadata for the application.
    ApplicationArn string
    The ARN of the application.
    ApplicationCreationDate int
    When the Application was created
    ApplicationDescription string
    Application Description, should be between 1 and 2048 characters.
    ApplicationId string
    The ID of the application.
    ApplicationLastUpdateDate int
    When the Application was last updated
    ApplicationName string
    Application Name, should be between 1 and 256 characters.
    ApplicationState string
    The current state of the application.
    ApplicationUrl string
    The URL of the application.
    ErrorMessage string
    A message indicating why Create or Delete Application failed.
    RoleArn string
    The ARN of the role that the web application assumes when it interacts with AWS IoT Core. For more info on configuring this attribute, see https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html#API_iotfleethub_CreateApplication_RequestSyntax
    SsoClientId string
    The AWS SSO application generated client ID (used with AWS SSO APIs).
    Tags Tag
    A list of key-value pairs that contain metadata for the application.
    applicationArn String
    The ARN of the application.
    applicationCreationDate Integer
    When the Application was created
    applicationDescription String
    Application Description, should be between 1 and 2048 characters.
    applicationId String
    The ID of the application.
    applicationLastUpdateDate Integer
    When the Application was last updated
    applicationName String
    Application Name, should be between 1 and 256 characters.
    applicationState String
    The current state of the application.
    applicationUrl String
    The URL of the application.
    errorMessage String
    A message indicating why Create or Delete Application failed.
    roleArn String
    The ARN of the role that the web application assumes when it interacts with AWS IoT Core. For more info on configuring this attribute, see https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html#API_iotfleethub_CreateApplication_RequestSyntax
    ssoClientId String
    The AWS SSO application generated client ID (used with AWS SSO APIs).
    tags List<Tag>
    A list of key-value pairs that contain metadata for the application.
    applicationArn string
    The ARN of the application.
    applicationCreationDate number
    When the Application was created
    applicationDescription string
    Application Description, should be between 1 and 2048 characters.
    applicationId string
    The ID of the application.
    applicationLastUpdateDate number
    When the Application was last updated
    applicationName string
    Application Name, should be between 1 and 256 characters.
    applicationState string
    The current state of the application.
    applicationUrl string
    The URL of the application.
    errorMessage string
    A message indicating why Create or Delete Application failed.
    roleArn string
    The ARN of the role that the web application assumes when it interacts with AWS IoT Core. For more info on configuring this attribute, see https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html#API_iotfleethub_CreateApplication_RequestSyntax
    ssoClientId string
    The AWS SSO application generated client ID (used with AWS SSO APIs).
    tags Tag[]
    A list of key-value pairs that contain metadata for the application.
    application_arn str
    The ARN of the application.
    application_creation_date int
    When the Application was created
    application_description str
    Application Description, should be between 1 and 2048 characters.
    application_id str
    The ID of the application.
    application_last_update_date int
    When the Application was last updated
    application_name str
    Application Name, should be between 1 and 256 characters.
    application_state str
    The current state of the application.
    application_url str
    The URL of the application.
    error_message str
    A message indicating why Create or Delete Application failed.
    role_arn str
    The ARN of the role that the web application assumes when it interacts with AWS IoT Core. For more info on configuring this attribute, see https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html#API_iotfleethub_CreateApplication_RequestSyntax
    sso_client_id str
    The AWS SSO application generated client ID (used with AWS SSO APIs).
    tags Sequence[_root_Tag]
    A list of key-value pairs that contain metadata for the application.
    applicationArn String
    The ARN of the application.
    applicationCreationDate Number
    When the Application was created
    applicationDescription String
    Application Description, should be between 1 and 2048 characters.
    applicationId String
    The ID of the application.
    applicationLastUpdateDate Number
    When the Application was last updated
    applicationName String
    Application Name, should be between 1 and 256 characters.
    applicationState String
    The current state of the application.
    applicationUrl String
    The URL of the application.
    errorMessage String
    A message indicating why Create or Delete Application failed.
    roleArn String
    The ARN of the role that the web application assumes when it interacts with AWS IoT Core. For more info on configuring this attribute, see https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html#API_iotfleethub_CreateApplication_RequestSyntax
    ssoClientId String
    The AWS SSO application generated client ID (used with AWS SSO APIs).
    tags List<Property Map>
    A list of key-value pairs that contain metadata for the application.

    Supporting Types

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi