interface CfnRegistryPolicyProps
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECR.CfnRegistryPolicyProps |
![]() | software.amazon.awscdk.services.ecr.CfnRegistryPolicyProps |
![]() | aws_cdk.aws_ecr.CfnRegistryPolicyProps |
![]() | @aws-cdk/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 * as ecr from '@aws-cdk/aws-ecr';
declare const policyText: any;
const cfnRegistryPolicyProps: ecr.CfnRegistryPolicyProps = {
policyText: policyText,
};
Properties
Name | Type | Description |
---|---|---|
policy | any | The JSON policy text for your registry. |
policyText
Type:
any
The JSON policy text for your registry.