AWS::Logs::IntegrationResource Schema for Logs Integration Resource
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IntegrationName | string | RequiredCreate-only |
IntegrationType | string | RequiredCreate-only |
ResourceConfig | object | RequiredCreate-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
IntegrationStatus | string | Status of creation for the Integration and its resources |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Logs::Integration
Resources:
MyResource:
Type: AWS::Logs::Integration
Properties:
IntegrationName: "my-integrationname"
IntegrationType: "OPENSEARCH"
ResourceConfig: {}Permissions CloudFormation needs in your IAM role to manage this resource.
logs:PutIntegrationlogs:GetIntegrationaoss:CreateCollectionaoss:CreateSecurityPolicyaoss:CreateAccessPolicyaoss:CreateLifeCyclePolicyaoss:BatchGetCollectionaoss:DeleteCollectionlogs:GetIntegrationlogs:DeleteIntegrationlogs:ListIntegrationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIntegrationNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IntegrationNameIntegrationTypeResourceConfig