We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Resource Type definition for AWS::AccountAccess::Application specifying an application for account access
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: ApplicationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Application(resource_name: str,
opts: Optional[ResourceOptions] = None,
identity_source: Optional[ApplicationIdentitySourceArgs] = 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, CustomResourceOptions? opts = null)
public Application(String name, ApplicationArgs args)
public Application(String name, ApplicationArgs args, CustomResourceOptions options)
type: aws-native:accountaccess:Application
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_accountaccess_application" "name" {
# resource properties
}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:
- Identity
Source Pulumi.Aws Native. Account Access. Inputs. Application Identity Source - The identity source for the application
-
List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Identity
Source ApplicationIdentity Source Args - The identity source for the application
-
Tag
Args - An array of key-value pairs to apply to this resource.
- identity_
source object - The identity source for the application
- list(object)
- An array of key-value pairs to apply to this resource.
- identity
Source ApplicationIdentity Source - The identity source for the application
- List<Tag>
- An array of key-value pairs to apply to this resource.
- identity
Source ApplicationIdentity Source - The identity source for the application
- Tag[]
- An array of key-value pairs to apply to this resource.
- identity_
source ApplicationIdentity Source Args - The identity source for the application
-
Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- identity
Source Property Map - The identity source for the application
- List<Property Map>
- An array of key-value pairs to apply to this resource.
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
- Created
At string - The timestamp when the application was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Account Access. Application Status - The status of the application
- Tenant
Id string - The tenant ID of the application
- Updated
At string - The timestamp when the application was last updated
- Application
Arn string - The ARN of the application
- Created
At string - The timestamp when the application was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Application
Status - The status of the application
- Tenant
Id string - The tenant ID of the application
- Updated
At string - The timestamp when the application was last updated
- application_
arn string - The ARN of the application
- created_
at string - The timestamp when the application was created
- id string
- The provider-assigned unique ID for this managed resource.
- status "CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED"
- The status of the application
- tenant_
id string - The tenant ID of the application
- updated_
at string - The timestamp when the application was last updated
- application
Arn String - The ARN of the application
- created
At String - The timestamp when the application was created
- id String
- The provider-assigned unique ID for this managed resource.
- status
Application
Status - The status of the application
- tenant
Id String - The tenant ID of the application
- updated
At String - The timestamp when the application was last updated
- application
Arn string - The ARN of the application
- created
At string - The timestamp when the application was created
- id string
- The provider-assigned unique ID for this managed resource.
- status
Application
Status - The status of the application
- tenant
Id string - The tenant ID of the application
- updated
At string - The timestamp when the application was last updated
- application_
arn str - The ARN of the application
- created_
at str - The timestamp when the application was created
- id str
- The provider-assigned unique ID for this managed resource.
- status
Application
Status - The status of the application
- tenant_
id str - The tenant ID of the application
- updated_
at str - The timestamp when the application was last updated
- application
Arn String - The ARN of the application
- created
At String - The timestamp when the application was created
- id String
- The provider-assigned unique ID for this managed resource.
- status "CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED"
- The status of the application
- tenant
Id String - The tenant ID of the application
- updated
At String - The timestamp when the application was last updated
Supporting Types
ApplicationIdentityCenter, ApplicationIdentityCenterArgs
- Instance
Arn string - The ARN of the Identity Center instance
- Application
Arn string - The ARN of the associated Identity Center application
- Instance
Arn string - The ARN of the Identity Center instance
- Application
Arn string - The ARN of the associated Identity Center application
- instance_
arn string - The ARN of the Identity Center instance
- application_
arn string - The ARN of the associated Identity Center application
- instance
Arn String - The ARN of the Identity Center instance
- application
Arn String - The ARN of the associated Identity Center application
- instance
Arn string - The ARN of the Identity Center instance
- application
Arn string - The ARN of the associated Identity Center application
- instance_
arn str - The ARN of the Identity Center instance
- application_
arn str - The ARN of the associated Identity Center application
- instance
Arn String - The ARN of the Identity Center instance
- application
Arn String - The ARN of the associated Identity Center application
ApplicationIdentitySource, ApplicationIdentitySourceArgs
ApplicationStatus, ApplicationStatusArgs
- Create
In Progress CREATE_IN_PROGRESS- Active
ACTIVE- Delete
In Progress DELETE_IN_PROGRESS- Create
Failed CREATE_FAILED- Delete
Failed DELETE_FAILED
- Application
Status Create In Progress CREATE_IN_PROGRESS- Application
Status Active ACTIVE- Application
Status Delete In Progress DELETE_IN_PROGRESS- Application
Status Create Failed CREATE_FAILED- Application
Status Delete Failed DELETE_FAILED
- "CREATE_IN_PROGRESS"
CREATE_IN_PROGRESS- "ACTIVE"
ACTIVE- "DELETE_IN_PROGRESS"
DELETE_IN_PROGRESS- "CREATE_FAILED"
CREATE_FAILED- "DELETE_FAILED"
DELETE_FAILED
- Create
In Progress CREATE_IN_PROGRESS- Active
ACTIVE- Delete
In Progress DELETE_IN_PROGRESS- Create
Failed CREATE_FAILED- Delete
Failed DELETE_FAILED
- Create
In Progress CREATE_IN_PROGRESS- Active
ACTIVE- Delete
In Progress DELETE_IN_PROGRESS- Create
Failed CREATE_FAILED- Delete
Failed DELETE_FAILED
- CREATE_IN_PROGRESS
CREATE_IN_PROGRESS- ACTIVE
ACTIVE- DELETE_IN_PROGRESS
DELETE_IN_PROGRESS- CREATE_FAILED
CREATE_FAILED- DELETE_FAILED
DELETE_FAILED
- "CREATE_IN_PROGRESS"
CREATE_IN_PROGRESS- "ACTIVE"
ACTIVE- "DELETE_IN_PROGRESS"
DELETE_IN_PROGRESS- "CREATE_FAILED"
CREATE_FAILED- "DELETE_FAILED"
DELETE_FAILED
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi