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:StringArtifactContent:StringArtifactType:StringFileName:String
Properties
AgentSpaceId-
The unique identifier of the agent space that contains the artifact.
Required: Yes
Type: String
Update requires: Replacement
ArtifactContentProperty 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 | YAMLUpdate requires: Replacement
FileName-
The file name of the artifact.
Required: Yes
Type: String
Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
ArtifactId-
The unique identifier of the artifact.
UpdatedAt-
The date and time the artifact was last updated, in UTC format.