AWS Fundamentals Logo
AWS Fundamentals
AWS::SecurityAgent::Pentest

SecurityAgent Pentest

Resource Type definition for AWS::SecurityAgent::Pentest

Properties

9 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AgentSpaceId
string
RequiredCreate-only
Assets
Assets
Required
ServiceRole
string
Required
CodeRemediationStrategy
string
ExcludeRiskTypes
Array<string>
LogConfig
CloudWatchLog
NetworkTrafficConfig
NetworkTrafficConfig
Title
string
VpcConfig
VpcConfig

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringTimestamp when the pentest was created
PentestIdstringUnique identifier of the pentest
UpdatedAtstringTimestamp when the pentest was last updated

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

securityagent:CreatePentestsecurityagent:BatchGetPentestskms:Decrypt

read

securityagent:BatchGetPentestskms:Decrypt

update

securityagent:UpdatePentestsecurityagent:BatchGetPentestskms:Decrypt

delete

securityagent:BatchGetPentestssecurityagent:BatchDeletePentestskms:Decrypt

list

securityagent:ListPentestskms:Decrypt

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

ServiceSecurityAgent
Properties12
Required3
TaggingNot supported
Primary IDPentestId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AgentSpaceId

External Links