AWS Fundamentals Logo
AWS Fundamentals
AWS::ObservabilityAdmin::S3TableIntegration

ObservabilityAdmin S3TableIntegration

Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.

Properties

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

Filter:
PropertyTypeFlags
Encryption
EncryptionConfig
RequiredCreate-only
RoleArn
string
RequiredCreate-only
LogSources
Array<LogSource>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the S3 Table Integration

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

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

create

observabilityadmin:CreateS3TableIntegrationobservabilityadmin:GetS3TableIntegrationobservabilityadmin:ListTagsForResourceobservabilityadmin:TagResources3tables:CreateTableBuckets3tables:PutTableBucketEncryptions3tables:PutTableBucketPolicykms:DescribeKey

read

observabilityadmin:GetS3TableIntegrationobservabilityadmin:ListTagsForResourcelogs:ListSourcesForS3TableIntegration

update

observabilityadmin:GetS3TableIntegrationobservabilityadmin:ListTagsForResourceobservabilityadmin:TagResourceobservabilityadmin:UntagResourcelogs:AssociateSourceToS3TableIntegrationlogs:DisassociateSourceFromS3TableIntegrationlogs:ListSourcesForS3TableIntegration

delete

observabilityadmin:DeleteS3TableIntegrationobservabilityadmin:GetS3TableIntegration

list

observabilityadmin:ListS3TableIntegrationslogs:ListSourcesForS3TableIntegration

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

ServiceObservabilityAdmin
Properties5
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

EncryptionRoleArn

External Links