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.
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; }