1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. securityagent
  6. Application

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.62.0
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:

    DefaultKmsKeyId string
    Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
    IdCConfiguration Pulumi.AwsNative.SecurityAgent.Inputs.ApplicationIdCConfiguration
    RoleArn string
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags for the application
    DefaultKmsKeyId string
    Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
    IdCConfiguration ApplicationIdCConfigurationArgs
    RoleArn string
    Tags TagArgs
    Tags for the application
    defaultKmsKeyId String
    Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
    idCConfiguration ApplicationIdCConfiguration
    roleArn String
    tags List<Tag>
    Tags for the application
    defaultKmsKeyId string
    Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
    idCConfiguration ApplicationIdCConfiguration
    roleArn string
    tags Tag[]
    Tags for the application
    default_kms_key_id str
    Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
    id_c_configuration ApplicationIdCConfigurationArgs
    role_arn str
    tags Sequence[TagArgs]
    Tags for the application
    defaultKmsKeyId String
    Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
    idCConfiguration Property Map
    roleArn String
    tags 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:

    ApplicationId string
    ApplicationName string
    Domain string
    Id string
    The provider-assigned unique ID for this managed resource.
    ApplicationId string
    ApplicationName string
    Domain string
    Id string
    The provider-assigned unique ID for this managed resource.
    applicationId String
    applicationName String
    domain String
    id String
    The provider-assigned unique ID for this managed resource.
    applicationId string
    applicationName 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.
    applicationId String
    applicationName String
    domain String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ApplicationIdCConfiguration, ApplicationIdCConfigurationArgs

    Tag, TagArgs

    A set of tags to apply to the resource.
    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

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.