AWS::Artifact::ReportResource schema for AWS Artifact Report
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AcceptanceType | string | Acceptance type for report. |
Arn | string | The Amazon Resource Name (ARN) of the report. |
Category | string | Category for the report resource. |
CompanyName | string | Associated company name for the report resource. |
CreatedAt | string | Timestamp indicating when the report resource was created. |
Description | string | Description for the report resource. |
Name | string | Name for the report resource. |
PeriodEnd | string | Timestamp indicating the report resource effective end. |
PeriodStart | string | Timestamp indicating the report resource effective start. |
ProductName | string | Associated product name for the report resource. |
ReportId | string | Unique resource ID for the report resource. |
SequenceNumber | integer | Sequence number to enforce optimistic locking. |
Series | string | Series for the report resource. |
State | string | Current state of the report resource. |
TermArn | string | Unique resource ARN for term resource. |
Version | string | Version for the report resource. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Artifact::Report
Resources:
MyResource:
Type: AWS::Artifact::Report
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
artifact:GetReportMetadataartifact:ListReportsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn