Class CfnPipelinePropsMixin.ResourcePolicyProperty
Implements
Inherited Members
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
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
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; }