AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SecurityAgent::Pentest

CfnPentest

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

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnPentestProps.

agentSpaceIdRequired
string
assetsRequired
IResolvable | AssetsProperty
serviceRoleRequired
string
codeRemediationStrategyOptional
string
excludeRiskTypesOptional
string[]
logConfigOptional
IResolvable | CloudWatchLogProperty
networkTrafficConfigOptional
IResolvable | NetworkTrafficConfigProperty
titleOptional
string
vpcConfigOptional
IResolvable | VpcConfigProperty

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::Pentest
Properties9

External Links