AWS Fundamentals Logo
AWS Fundamentals
AWS::Logs::Integration

Logs Integration

Resource Schema for Logs Integration Resource

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
IntegrationName
string
RequiredCreate-only
IntegrationType
string
RequiredCreate-only
ResourceConfig
object
RequiredCreate-onlyWrite-only

Return Values

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

AttributeTypeDescription
IntegrationStatusstringStatus of creation for the Integration and its resources

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Logs::Integration

Resources:
  MyResource:
    Type: AWS::Logs::Integration
    Properties:
      IntegrationName: "my-integrationname"
      IntegrationType: "OPENSEARCH"
      ResourceConfig: {}

Required IAM Permissions

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

create

logs:PutIntegrationlogs:GetIntegrationaoss:CreateCollectionaoss:CreateSecurityPolicyaoss:CreateAccessPolicyaoss:CreateLifeCyclePolicyaoss:BatchGetCollectionaoss:DeleteCollection

read

logs:GetIntegration

delete

logs:DeleteIntegration

list

logs:ListIntegrations

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

ServiceLogs
Properties4
Required3
TaggingNot supported
Primary IDIntegrationName

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

IntegrationNameIntegrationTypeResourceConfig

External Links