Show / Hide Table of Contents

Interface CfnApprovalTeam.IPolicyProperty

Contains details for a policy.

Namespace: Amazon.CDK.AWS.MPA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnApprovalTeam.IPolicyProperty
Syntax (vb)
Public Interface CfnApprovalTeam.IPolicyProperty
Remarks

Policies define what operations a team that define the permissions for team resources.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-policy.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.MPA;

             var policyProperty = new PolicyProperty {
                 PolicyArn = "policyArn"
             };

Synopsis

Properties

PolicyArn

Contains details for a policy.

Properties

PolicyArn

Contains details for a policy.

string PolicyArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-policy.html#cfn-mpa-approvalteam-policy-policyarn

Back to top Generated by DocFX