View a markdown version of this page

AWS::SecurityAgent::Artifact - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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.