We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.iotfleethub.getApplication
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:iotfleethub:getApplication
  arguments:
    # arguments dictionaryThe 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.
- ApplicationCreation intDate 
- When the Application was created
- ApplicationDescription string
- Application Description, should be between 1 and 2048 characters.
- ApplicationId string
- The ID of the application.
- ApplicationLast intUpdate Date 
- 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
- SsoClient stringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- A list of key-value pairs that contain metadata for the application.
- ApplicationArn string
- The ARN of the application.
- ApplicationCreation intDate 
- When the Application was created
- ApplicationDescription string
- Application Description, should be between 1 and 2048 characters.
- ApplicationId string
- The ID of the application.
- ApplicationLast intUpdate Date 
- 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
- SsoClient stringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- Tag
- A list of key-value pairs that contain metadata for the application.
- applicationArn String
- The ARN of the application.
- applicationCreation IntegerDate 
- When the Application was created
- applicationDescription String
- Application Description, should be between 1 and 2048 characters.
- applicationId String
- The ID of the application.
- applicationLast IntegerUpdate Date 
- 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
- ssoClient StringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- List<Tag>
- A list of key-value pairs that contain metadata for the application.
- applicationArn string
- The ARN of the application.
- applicationCreation numberDate 
- When the Application was created
- applicationDescription string
- Application Description, should be between 1 and 2048 characters.
- applicationId string
- The ID of the application.
- applicationLast numberUpdate Date 
- 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
- ssoClient stringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- Tag[]
- A list of key-value pairs that contain metadata for the application.
- application_arn str
- The ARN of the application.
- application_creation_ intdate 
- 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_ intupdate_ date 
- 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_ strid 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- Sequence[root_Tag]
- A list of key-value pairs that contain metadata for the application.
- applicationArn String
- The ARN of the application.
- applicationCreation NumberDate 
- When the Application was created
- applicationDescription String
- Application Description, should be between 1 and 2048 characters.
- applicationId String
- The ID of the application.
- applicationLast NumberUpdate Date 
- 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
- ssoClient StringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- List<Property Map>
- A list of key-value pairs that contain metadata for the application.
Supporting Types
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi