View a markdown version of this page

AWS::SecurityAgent::Artifact - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SecurityAgent::Artifact

Uploads an artifact to an agent space. Artifacts provide additional context for security testing, such as architecture diagrams, API specifications, or configuration files.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SecurityAgent::Artifact", "Properties" : { "AgentSpaceId" : String, "ArtifactContent" : String, "ArtifactType" : String, "FileName" : String } }

YAML

Type: AWS::SecurityAgent::Artifact Properties: AgentSpaceId: String ArtifactContent: String ArtifactType: String FileName: String

Properties

AgentSpaceId

The unique identifier of the agent space that contains the artifact.

Required: Yes

Type: String

Update requires: Replacement

ArtifactContent

Property description not available.

Required: No

Type: String

Update requires: Replacement

ArtifactType

The file type of the artifact.

Required: Yes

Type: String

Allowed values: TXT | PNG | JPEG | MD | PDF | DOCX | DOC | JSON | YAML

Update requires: Replacement

FileName

The file name of the artifact.

Required: Yes

Type: String

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

ArtifactId

The unique identifier of the artifact.

UpdatedAt

The date and time the artifact was last updated, in UTC format.