Class AccountReference
A reference to a Account resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AccountReference : IAccountReference
Syntax (vb)
Public Class AccountReference Implements IAccountReference
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.APIGateway;
var accountReference = new AccountReference {
AccountId = "accountId"
};
Synopsis
Constructors
| AccountReference() | A reference to a Account resource. |
Properties
| AccountId | The Id of the Account resource. |
Constructors
AccountReference()
A reference to a Account resource.
public AccountReference()
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.APIGateway;
var accountReference = new AccountReference {
AccountId = "accountId"
};
Properties
AccountId
The Id of the Account resource.
public string AccountId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated