interface RegistryPolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EventSchemas.RegistryPolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awseventschemas#RegistryPolicyReference |
Java | software.amazon.awscdk.interfaces.eventschemas.RegistryPolicyReference |
Python | aws_cdk.interfaces.aws_eventschemas.RegistryPolicyReference |
TypeScript | aws-cdk-lib » interfaces » aws_eventschemas » RegistryPolicyReference |
A reference to a RegistryPolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eventschemas as interfaces_eventschemas } from 'aws-cdk-lib/interfaces';
const registryPolicyReference: interfaces_eventschemas.RegistryPolicyReference = {
registryPolicyId: 'registryPolicyId',
};
Properties
| Name | Type | Description |
|---|---|---|
| registry | string | The Id of the RegistryPolicy resource. |
registryPolicyId
Type:
string
The Id of the RegistryPolicy resource.

.NET
Go
Java
Python
TypeScript