AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EventSchemas::RegistryPolicy

CfnRegistryPolicy

Use the `AWS::EventSchemas::RegistryPolicy` resource to specify resource-based policies for an EventBridge Schema Registry.

Import

import { CfnRegistryPolicy } from 'aws-cdk-lib/aws-eventschemas';

Or use the module namespace:

import * as eventschemas from 'aws-cdk-lib/aws-eventschemas';
// eventschemas.CfnRegistryPolicy

Properties

Configuration passed to the constructor as CfnRegistryPolicyProps.

policyRequired
any

A resource-based policy.

registryNameRequired
string

The name of the registry.

revisionIdOptional
string

The revision ID of the policy.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-eventschemas
CFN TypeAWS::EventSchemas::RegistryPolicy
Properties3

Related Constructs

External Links