AWS::EC2::CapacityManagerDataExportResource Type definition for AWS::EC2::CapacityManagerDataExport
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
OutputFormat | string | RequiredCreate-only |
S3BucketName | string | RequiredCreate-only |
Schedule | string | RequiredCreate-only |
S3BucketPrefix | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CapacityManagerDataExportId | string | The unique identifier of the capacity manager data export. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::CapacityManagerDataExport
Resources:
MyResource:
Type: AWS::EC2::CapacityManagerDataExport
Properties:
S3BucketName: "my-s3bucketname"
Schedule: "hourly"
OutputFormat: "csv"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateCapacityManagerDataExportec2:CreateTagsec2:DescribeCapacityManagerDataExportsec2:DescribeCapacityManagerDataExportsec2:DescribeTagsec2:DescribeCapacityManagerDataExportsec2:CreateTagsec2:DeleteTagsec2:DescribeCapacityManagerDataExportsec2:DeleteCapacityManagerDataExportec2:DeleteTagsec2:DescribeCapacityManagerDataExportsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicCapacityManagerDataExportIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
S3BucketNameS3BucketPrefixOutputFormatSchedule