We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 20, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 20, 2026 by Pulumi
Resource Type definition for AWS::SecurityAgent::Application
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,
default_kms_key_id: Optional[str] = None,
id_c_configuration: Optional[ApplicationIdCConfigurationArgs] = None,
role_arn: 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:securityagent: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:
- Default
Kms stringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- Id
CConfiguration Pulumi.Aws Native. Security Agent. Inputs. Application Id CConfiguration - Role
Arn string -
List<Pulumi.
Aws Native. Inputs. Tag> - Tags for the application
- Default
Kms stringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- Id
CConfiguration ApplicationId CConfiguration Args - Role
Arn string -
Tag
Args - Tags for the application
- default
Kms StringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- id
CConfiguration ApplicationId CConfiguration - role
Arn String - List<Tag>
- Tags for the application
- default
Kms stringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- id
CConfiguration ApplicationId CConfiguration - role
Arn string - Tag[]
- Tags for the application
- default_
kms_ strkey_ id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- id_
c_ Applicationconfiguration Id CConfiguration Args - role_
arn str -
Sequence[Tag
Args] - Tags for the application
- default
Kms StringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- id
CConfiguration Property Map - role
Arn String - List<Property Map>
- Tags for the application
Outputs
All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:
- Application
Id string - Application
Name string - Domain string
- Id string
- The provider-assigned unique ID for this managed resource.
- Application
Id string - Application
Name string - Domain string
- Id string
- The provider-assigned unique ID for this managed resource.
- application
Id String - application
Name String - domain String
- id String
- The provider-assigned unique ID for this managed resource.
- application
Id string - application
Name string - domain string
- id string
- The provider-assigned unique ID for this managed resource.
- application_
id str - application_
name str - domain str
- id str
- The provider-assigned unique ID for this managed resource.
- application
Id String - application
Name String - domain String
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ApplicationIdCConfiguration, ApplicationIdCConfigurationArgs
- Id
CApplication stringArn - Id
CInstance stringArn
- Id
CApplication stringArn - Id
CInstance stringArn
- id
CApplication StringArn - id
CInstance StringArn
- id
CApplication stringArn - id
CInstance stringArn
- id
CApplication StringArn - id
CInstance StringArn
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, Apr 20, 2026 by Pulumi
