UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

20 lines (19 loc) 860 B
"use strict"; // CloudFormation Resource AWS::ECR::RegistryPolicy Object.defineProperty(exports, "__esModule", { value: true }); exports.RegistryPolicy_Type = void 0; const base_1 = require("../../base"); exports.RegistryPolicy_Type = 'AWS::ECR::RegistryPolicy'; /** * The AWS::ECR::RegistryPolicy is used to specify permissions for * another AWS account and is used when configuring cross-account * replication. For more information, see Registry permissions in the * Amazon Elastic Container Registry User Guide: * https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html * {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-registrypolicy.html} */ function RegistryPolicy(props) { return new base_1.CfnResource(exports.RegistryPolicy_Type, props); } exports.default = RegistryPolicy;