AWS::Oam::SinkResource Type definition for AWS::Oam::Sink
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Policy | object | |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon resource name (ARN) of the ObservabilityAccessManager Sink |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Oam::Sink
Resources:
MyResource:
Type: AWS::Oam::Sink
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
oam:CreateSinkoam:PutSinkPolicyoam:GetSinkPolicyoam:GetSinkoam:TagResourceoam:ListTagsForResourceoam:DeleteSinkoam:GetSinkPolicyoam:GetSinkoam:ListSinksoam:GetSinkPolicyoam:GetSinkoam:ListTagsForResourceoam:PutSinkPolicyoam:GetSinkPolicyoam:GetSinkoam:TagResourceoam:UntagResourceoam:ListTagsForResourceOur 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.
Name