AWS::EventSchemas::RegistryPolicyUse the `AWS::EventSchemas::RegistryPolicy` resource to specify resource-based policies for an EventBridge Schema Registry.
import { CfnRegistryPolicy } from 'aws-cdk-lib/aws-eventschemas';Or use the module namespace:
import * as eventschemas from 'aws-cdk-lib/aws-eventschemas';
// eventschemas.CfnRegistryPolicyConfiguration passed to the constructor as CfnRegistryPolicyProps.
policyRequiredanyA resource-based policy.
registryNameRequiredstringThe name of the registry.
revisionIdOptionalstringThe revision ID of the policy.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-eventschemasAWS::EventSchemas::RegistryPolicy