Show / Hide Table of Contents

Interface ICfnRegistryPolicyProps

Properties for defining a CfnRegistryPolicy.

Namespace: Amazon.CDK.AWS.EventSchemas
Assembly: Amazon.CDK.AWS.EventSchemas.dll
Syntax (csharp)
public interface ICfnRegistryPolicyProps
Syntax (vb)
Public Interface ICfnRegistryPolicyProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EventSchemas;

var policy;

CfnRegistryPolicyProps cfnRegistryPolicyProps = new CfnRegistryPolicyProps {
    Policy = policy,
    RegistryName = "registryName",

    // the properties below are optional
    RevisionId = "revisionId"
};

Synopsis

Properties

Policy

A resource-based policy.

RegistryName

The name of the registry.

RevisionId

The revision ID of the policy.

Properties

Policy

A resource-based policy.

object Policy { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy

RegistryName

The name of the registry.

string RegistryName { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname

RevisionId

The revision ID of the policy.

virtual string RevisionId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid

Back to top Generated by DocFX