AWS Fundamentals Logo
AWS Fundamentals
AWS::Artifact::Report

Artifact Report

Resource schema for AWS Artifact Report

Return Values

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

AttributeTypeDescription
AcceptanceTypestringAcceptance type for report.
ArnstringThe Amazon Resource Name (ARN) of the report.
CategorystringCategory for the report resource.
CompanyNamestringAssociated company name for the report resource.
CreatedAtstringTimestamp indicating when the report resource was created.
DescriptionstringDescription for the report resource.
NamestringName for the report resource.
PeriodEndstringTimestamp indicating the report resource effective end.
PeriodStartstringTimestamp indicating the report resource effective start.
ProductNamestringAssociated product name for the report resource.
ReportIdstringUnique resource ID for the report resource.
SequenceNumberintegerSequence number to enforce optimistic locking.
SeriesstringSeries for the report resource.
StatestringCurrent state of the report resource.
TermArnstringUnique resource ARN for term resource.
VersionstringVersion for the report resource.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Artifact::Report

Resources:
  MyResource:
    Type: AWS::Artifact::Report
    Properties:

Required IAM Permissions

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

read

artifact:GetReportMetadata

list

artifact:ListReports

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

ServiceArtifact
Properties16
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

External Links