AWS Native is in preview. AWS Classic is fully supported.
aws-native.iotfleethub.Application
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource schema for AWS::IoTFleetHub::Application
Create Application Resource
new Application(name: string, args: ApplicationArgs, opts?: CustomResourceOptions);
@overload
def Application(resource_name: str,
opts: Optional[ResourceOptions] = None,
application_description: Optional[str] = None,
application_name: Optional[str] = None,
role_arn: Optional[str] = None,
tags: Optional[Sequence[ApplicationTagArgs]] = None)
@overload
def Application(resource_name: str,
args: ApplicationArgs,
opts: Optional[ResourceOptions] = None)
func NewApplication(ctx *Context, name string, args ApplicationArgs, opts ...ResourceOption) (*Application, error)
public Application(string name, ApplicationArgs args, CustomResourceOptions? opts = null)
public Application(String name, ApplicationArgs args)
public Application(String name, ApplicationArgs args, CustomResourceOptions options)
type: aws-native:iotfleethub:Application
properties: # The arguments to resource properties.
options: # 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.
- 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
The Application resource accepts the following input properties:
- Role
Arn 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
- Application
Description string Application Description, should be between 1 and 2048 characters.
- Application
Name string Application Name, should be between 1 and 256 characters.
- List<Pulumi.
Aws Native. Io TFleet Hub. Inputs. Application Tag> A list of key-value pairs that contain metadata for the application.
- Role
Arn 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
- Application
Description string Application Description, should be between 1 and 2048 characters.
- Application
Name string Application Name, should be between 1 and 256 characters.
- []Application
Tag Args A list of key-value pairs that contain metadata for the application.
- role
Arn 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
- application
Description String Application Description, should be between 1 and 2048 characters.
- application
Name String Application Name, should be between 1 and 256 characters.
- List<Application
Tag> A list of key-value pairs that contain metadata for the application.
- role
Arn 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
- application
Description string Application Description, should be between 1 and 2048 characters.
- application
Name string Application Name, should be between 1 and 256 characters.
- Application
Tag[] A list of key-value pairs that contain metadata for the application.
- 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
- application_
description str Application Description, should be between 1 and 2048 characters.
- application_
name str Application Name, should be between 1 and 256 characters.
- Sequence[Application
Tag Args] A list of key-value pairs that contain metadata for the application.
- role
Arn 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
- application
Description String Application Description, should be between 1 and 2048 characters.
- application
Name String Application Name, should be between 1 and 256 characters.
- List<Property Map>
A list of key-value pairs that contain metadata for the application.
Outputs
All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:
- Application
Arn string The ARN of the application.
- Application
Creation intDate When the Application was created
- Application
Id string The ID of the application.
- Application
Last intUpdate Date When the Application was last updated
- Application
State string The current state of the application.
- Application
Url string The URL of the application.
- Error
Message string A message indicating why Create or Delete Application failed.
- Id string
The provider-assigned unique ID for this managed resource.
- Sso
Client stringId The AWS SSO application generated client ID (used with AWS SSO APIs).
- Application
Arn string The ARN of the application.
- Application
Creation intDate When the Application was created
- Application
Id string The ID of the application.
- Application
Last intUpdate Date When the Application was last updated
- Application
State string The current state of the application.
- Application
Url string The URL of the application.
- Error
Message string A message indicating why Create or Delete Application failed.
- Id string
The provider-assigned unique ID for this managed resource.
- Sso
Client stringId The AWS SSO application generated client ID (used with AWS SSO APIs).
- application
Arn String The ARN of the application.
- application
Creation IntegerDate When the Application was created
- application
Id String The ID of the application.
- application
Last IntegerUpdate Date When the Application was last updated
- application
State String The current state of the application.
- application
Url String The URL of the application.
- error
Message String A message indicating why Create or Delete Application failed.
- id String
The provider-assigned unique ID for this managed resource.
- sso
Client StringId The AWS SSO application generated client ID (used with AWS SSO APIs).
- application
Arn string The ARN of the application.
- application
Creation numberDate When the Application was created
- application
Id string The ID of the application.
- application
Last numberUpdate Date When the Application was last updated
- application
State string The current state of the application.
- application
Url string The URL of the application.
- error
Message string A message indicating why Create or Delete Application failed.
- id string
The provider-assigned unique ID for this managed resource.
- sso
Client stringId The AWS SSO application generated client ID (used with AWS SSO APIs).
- application_
arn str The ARN of the application.
- application_
creation_ intdate When the Application was created
- application_
id str The ID of the application.
- application_
last_ intupdate_ date When the Application was last updated
- 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.
- id str
The provider-assigned unique ID for this managed resource.
- sso_
client_ strid The AWS SSO application generated client ID (used with AWS SSO APIs).
- application
Arn String The ARN of the application.
- application
Creation NumberDate When the Application was created
- application
Id String The ID of the application.
- application
Last NumberUpdate Date When the Application was last updated
- application
State String The current state of the application.
- application
Url String The URL of the application.
- error
Message String A message indicating why Create or Delete Application failed.
- id String
The provider-assigned unique ID for this managed resource.
- sso
Client StringId The AWS SSO application generated client ID (used with AWS SSO APIs).
Supporting Types
ApplicationTag, ApplicationTagArgs
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.