AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SecurityAgent::Application

CfnApplication

Resource Type definition for AWS::SecurityAgent::Application.

Import

import { CfnApplication } from 'aws-cdk-lib/aws-securityagent';

Or use the module namespace:

import * as securityagent from 'aws-cdk-lib/aws-securityagent';
// securityagent.CfnApplication

Properties

Configuration passed to the constructor as CfnApplicationProps.

defaultKmsKeyIdOptional
string

Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.

idCConfigurationOptional
IResolvable | IdCConfigurationProperty
roleArnOptional
string
tagsOptional
CfnTag[]

Tags for the application.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-securityagent
CFN TypeAWS::SecurityAgent::Application
Properties4

External Links