AWS::SecurityAgent::PentestResource Type definition for AWS::SecurityAgent::Pentest
9 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AgentSpaceId | string | RequiredCreate-only |
Assets | Assets | Required |
ServiceRole | string | Required |
CodeRemediationStrategy | string | |
ExcludeRiskTypes | Array<string> | |
LogConfig | CloudWatchLog | |
NetworkTrafficConfig | NetworkTrafficConfig | |
Title | string | |
VpcConfig | VpcConfig |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | Timestamp when the pentest was created |
PentestId | string | Unique identifier of the pentest |
UpdatedAt | string | Timestamp when the pentest was last updated |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityAgent::Pentest
Resources:
MyResource:
Type: AWS::SecurityAgent::Pentest
Properties:
AgentSpaceId: "my-agentspaceid"
ServiceRole: "value"
Assets: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
securityagent:CreatePentestsecurityagent:BatchGetPentestskms:Decryptsecurityagent:BatchGetPentestskms:Decryptsecurityagent:UpdatePentestsecurityagent:BatchGetPentestskms:Decryptsecurityagent:BatchGetPentestssecurityagent:BatchDeletePentestskms:Decryptsecurityagent:ListPentestskms:DecryptOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPentestIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AgentSpaceId