AWS::EventSchemas::RegistryPolicyResource Type definition for AWS::EventSchemas::RegistryPolicy
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Policy | object | Required |
RegistryName | string | Required |
RevisionId | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EventSchemas::RegistryPolicy
Resources:
MyResource:
Type: AWS::EventSchemas::RegistryPolicy
Properties:
RegistryName: "my-registryname"
Policy: {}Permissions CloudFormation needs in your IAM role to manage this resource.
schemas:PutResourcePolicyschemas:GetResourcePolicyschemas:DescribeRegistryschemas:DeleteResourcePolicyschemas:GetResourcePolicyschemas:PutResourcePolicyschemas:GetResourcePolicyschemas:GetResourcePolicyOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId