AWS Fundamentals Logo
AWS Fundamentals
AWS::BCMDataExports::Export

BCMDataExports Export

Definition of AWS::BCMDataExports::Export Resource Type

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Export
Export
Required
Tags
Array<ResourceTag>

Return Values

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

AttributeTypeDescription
ExportArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BCMDataExports::Export

Resources:
  MyResource:
    Type: AWS::BCMDataExports::Export
    Properties:
      Export: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

bcm-data-exports:CreateExportbcm-data-exports:GetExportbcm-data-exports:ListTagsForResourcebcm-data-exports:TagResourcecur:PutReportDefinition

read

bcm-data-exports:GetExportbcm-data-exports:ListTagsForResource

update

bcm-data-exports:UpdateExportbcm-data-exports:TagResourcebcm-data-exports:UntagResourcebcm-data-exports:GetExportbcm-data-exports:ListTagsForResource

delete

bcm-data-exports:DeleteExport

list

bcm-data-exports:ListExports

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

ServiceBCMDataExports
Properties3
Required1
TaggingSupported
Primary IDExportArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Export/NameExport/DataQuery/TableConfigurationsExport/RefreshCadence

External Links