AWS::ObservabilityAdmin::S3TableIntegrationResource Type definition for a CloudWatch Observability Admin S3 Table Integration.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Encryption | EncryptionConfig | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
LogSources | Array<LogSource> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the S3 Table Integration |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ObservabilityAdmin::S3TableIntegration
Resources:
MyResource:
Type: AWS::ObservabilityAdmin::S3TableIntegration
Properties:
Encryption: "value"
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
observabilityadmin:CreateS3TableIntegrationobservabilityadmin:GetS3TableIntegrationobservabilityadmin:ListTagsForResourceobservabilityadmin:TagResources3tables:CreateTableBuckets3tables:PutTableBucketEncryptions3tables:PutTableBucketPolicykms:DescribeKeyobservabilityadmin:GetS3TableIntegrationobservabilityadmin:ListTagsForResourcelogs:ListSourcesForS3TableIntegrationobservabilityadmin:GetS3TableIntegrationobservabilityadmin:ListTagsForResourceobservabilityadmin:TagResourceobservabilityadmin:UntagResourcelogs:AssociateSourceToS3TableIntegrationlogs:DisassociateSourceFromS3TableIntegrationlogs:ListSourcesForS3TableIntegrationobservabilityadmin:DeleteS3TableIntegrationobservabilityadmin:GetS3TableIntegrationobservabilityadmin:ListS3TableIntegrationslogs:ListSourcesForS3TableIntegrationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EncryptionRoleArn