1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. observabilityadmin
  5. S3TableIntegration

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi

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

    Create S3TableIntegration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new S3TableIntegration(name: string, args: S3TableIntegrationArgs, opts?: CustomResourceOptions);
    @overload
    def S3TableIntegration(resource_name: str,
                           args: S3TableIntegrationArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def S3TableIntegration(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           encryption: Optional[S3TableIntegrationEncryptionConfigArgs] = None,
                           role_arn: Optional[str] = None,
                           log_sources: Optional[Sequence[S3TableIntegrationLogSourceArgs]] = None,
                           tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewS3TableIntegration(ctx *Context, name string, args S3TableIntegrationArgs, opts ...ResourceOption) (*S3TableIntegration, error)
    public S3TableIntegration(string name, S3TableIntegrationArgs args, CustomResourceOptions? opts = null)
    public S3TableIntegration(String name, S3TableIntegrationArgs args)
    public S3TableIntegration(String name, S3TableIntegrationArgs args, CustomResourceOptions options)
    
    type: aws-native:observabilityadmin:S3TableIntegration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args S3TableIntegrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args S3TableIntegrationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args S3TableIntegrationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args S3TableIntegrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args S3TableIntegrationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    S3TableIntegration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The S3TableIntegration resource accepts the following input properties:

    Encryption Pulumi.AwsNative.ObservabilityAdmin.Inputs.S3TableIntegrationEncryptionConfig
    Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
    RoleArn string
    The ARN of the role used to access the S3 Table Integration
    LogSources List<Pulumi.AwsNative.ObservabilityAdmin.Inputs.S3TableIntegrationLogSource>
    The CloudWatch Logs data sources to associate with the S3 Table Integration
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource
    Encryption S3TableIntegrationEncryptionConfigArgs
    Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
    RoleArn string
    The ARN of the role used to access the S3 Table Integration
    LogSources []S3TableIntegrationLogSourceArgs
    The CloudWatch Logs data sources to associate with the S3 Table Integration
    Tags TagArgs
    An array of key-value pairs to apply to this resource
    encryption S3TableIntegrationEncryptionConfig
    Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
    roleArn String
    The ARN of the role used to access the S3 Table Integration
    logSources List<S3TableIntegrationLogSource>
    The CloudWatch Logs data sources to associate with the S3 Table Integration
    tags List<Tag>
    An array of key-value pairs to apply to this resource
    encryption S3TableIntegrationEncryptionConfig
    Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
    roleArn string
    The ARN of the role used to access the S3 Table Integration
    logSources S3TableIntegrationLogSource[]
    The CloudWatch Logs data sources to associate with the S3 Table Integration
    tags Tag[]
    An array of key-value pairs to apply to this resource
    encryption S3TableIntegrationEncryptionConfigArgs
    Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
    role_arn str
    The ARN of the role used to access the S3 Table Integration
    log_sources Sequence[S3TableIntegrationLogSourceArgs]
    The CloudWatch Logs data sources to associate with the S3 Table Integration
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource
    encryption Property Map
    Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
    roleArn String
    The ARN of the role used to access the S3 Table Integration
    logSources List<Property Map>
    The CloudWatch Logs data sources to associate with the S3 Table Integration
    tags List<Property Map>
    An array of key-value pairs to apply to this resource

    Outputs

    All input properties are implicitly available as output properties. Additionally, the S3TableIntegration resource produces the following output properties:

    Arn string
    The ARN of the S3 Table Integration
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The ARN of the S3 Table Integration
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The ARN of the S3 Table Integration
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The ARN of the S3 Table Integration
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The ARN of the S3 Table Integration
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The ARN of the S3 Table Integration
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    S3TableIntegrationEncryptionConfig, S3TableIntegrationEncryptionConfigArgs

    Encryption configuration for the S3 Table Integration
    SseAlgorithm Pulumi.AwsNative.ObservabilityAdmin.S3TableIntegrationEncryptionConfigSseAlgorithm
    The server-side encryption algorithm used to encrypt the S3 Table(s) data
    KmsKeyArn string
    The ARN of the KMS key used to encrypt the S3 Table Integration
    SseAlgorithm S3TableIntegrationEncryptionConfigSseAlgorithm
    The server-side encryption algorithm used to encrypt the S3 Table(s) data
    KmsKeyArn string
    The ARN of the KMS key used to encrypt the S3 Table Integration
    sseAlgorithm S3TableIntegrationEncryptionConfigSseAlgorithm
    The server-side encryption algorithm used to encrypt the S3 Table(s) data
    kmsKeyArn String
    The ARN of the KMS key used to encrypt the S3 Table Integration
    sseAlgorithm S3TableIntegrationEncryptionConfigSseAlgorithm
    The server-side encryption algorithm used to encrypt the S3 Table(s) data
    kmsKeyArn string
    The ARN of the KMS key used to encrypt the S3 Table Integration
    sse_algorithm S3TableIntegrationEncryptionConfigSseAlgorithm
    The server-side encryption algorithm used to encrypt the S3 Table(s) data
    kms_key_arn str
    The ARN of the KMS key used to encrypt the S3 Table Integration
    sseAlgorithm "AES256" | "aws:kms"
    The server-side encryption algorithm used to encrypt the S3 Table(s) data
    kmsKeyArn String
    The ARN of the KMS key used to encrypt the S3 Table Integration

    S3TableIntegrationEncryptionConfigSseAlgorithm, S3TableIntegrationEncryptionConfigSseAlgorithmArgs

    Aes256
    AES256
    Awskms
    aws:kms
    S3TableIntegrationEncryptionConfigSseAlgorithmAes256
    AES256
    S3TableIntegrationEncryptionConfigSseAlgorithmAwskms
    aws:kms
    Aes256
    AES256
    Awskms
    aws:kms
    Aes256
    AES256
    Awskms
    aws:kms
    AES256
    AES256
    AWSKMS
    aws:kms
    "AES256"
    AES256
    "aws:kms"
    aws:kms

    S3TableIntegrationLogSource, S3TableIntegrationLogSourceArgs

    CloudWatch Logs data source to associate with the S3 Table Integration
    Name string
    The name of the CloudWatch Logs data source
    Type string
    The type of the CloudWatch Logs data source
    Identifier string
    The ID of the CloudWatch Logs data source association
    Name string
    The name of the CloudWatch Logs data source
    Type string
    The type of the CloudWatch Logs data source
    Identifier string
    The ID of the CloudWatch Logs data source association
    name String
    The name of the CloudWatch Logs data source
    type String
    The type of the CloudWatch Logs data source
    identifier String
    The ID of the CloudWatch Logs data source association
    name string
    The name of the CloudWatch Logs data source
    type string
    The type of the CloudWatch Logs data source
    identifier string
    The ID of the CloudWatch Logs data source association
    name str
    The name of the CloudWatch Logs data source
    type str
    The type of the CloudWatch Logs data source
    identifier str
    The ID of the CloudWatch Logs data source association
    name String
    The name of the CloudWatch Logs data source
    type String
    The type of the CloudWatch Logs data source
    identifier String
    The ID of the CloudWatch Logs data source association

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate