Show / Hide Table of Contents

Class CfnPipelinePropsMixin.ResourcePolicyProperty

Inheritance
object
CfnPipelinePropsMixin.ResourcePolicyProperty
Implements
CfnPipelinePropsMixin.IResourcePolicyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.OSIS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPipelinePropsMixin.ResourcePolicyProperty : CfnPipelinePropsMixin.IResourcePolicyProperty
Syntax (vb)
Public Class CfnPipelinePropsMixin.ResourcePolicyProperty Implements CfnPipelinePropsMixin.IResourcePolicyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-resourcepolicy.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.Mixins.Preview.AWS.OSIS.Mixins;

             var policy;

             var resourcePolicyProperty = new ResourcePolicyProperty {
                 Policy = policy
             };

Synopsis

Constructors

ResourcePolicyProperty()

Properties

Policy

Constructors

ResourcePolicyProperty()

public ResourcePolicyProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-resourcepolicy.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.Mixins.Preview.AWS.OSIS.Mixins;

             var policy;

             var resourcePolicyProperty = new ResourcePolicyProperty {
                 Policy = policy
             };

Properties

Policy

public object? Policy { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-resourcepolicy.html#cfn-osis-pipeline-resourcepolicy-policy

Implements

CfnPipelinePropsMixin.IResourcePolicyProperty
Back to top Generated by DocFX