aws-cdk-lib.aws_ecr.CfnRegistryPolicyProps

interface CfnRegistryPolicyProps

LanguageType name
.NETAmazon.CDK.AWS.ECR.CfnRegistryPolicyProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsecr#CfnRegistryPolicyProps
Javasoftware.amazon.awscdk.services.ecr.CfnRegistryPolicyProps
Pythonaws_cdk.aws_ecr.CfnRegistryPolicyProps
TypeScript aws-cdk-lib » aws_ecr » CfnRegistryPolicyProps

Properties for defining a CfnRegistryPolicy.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecr as ecr } from 'aws-cdk-lib';

declare const policyText: any;
const cfnRegistryPolicyProps: ecr.CfnRegistryPolicyProps = {
  policyText: policyText,
};

Properties

NameTypeDescription
policyTextanyThe JSON policy text for your registry.

policyText

Type: any

The JSON policy text for your registry.