Class ApprovalTeamReference
A reference to a ApprovalTeam resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.MPA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ApprovalTeamReference : IApprovalTeamReference
Syntax (vb)
Public Class ApprovalTeamReference Implements IApprovalTeamReference
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.Interfaces.MPA;
var approvalTeamReference = new ApprovalTeamReference {
ApprovalTeamArn = "approvalTeamArn"
};
Synopsis
Constructors
| ApprovalTeamReference() | A reference to a ApprovalTeam resource. |
Properties
| ApprovalTeamArn | The Arn of the ApprovalTeam resource. |
Constructors
ApprovalTeamReference()
A reference to a ApprovalTeam resource.
public ApprovalTeamReference()
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.Interfaces.MPA;
var approvalTeamReference = new ApprovalTeamReference {
ApprovalTeamArn = "approvalTeamArn"
};
Properties
ApprovalTeamArn
The Arn of the ApprovalTeam resource.
public string ApprovalTeamArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated