Interface ICidrCollectionReference
A reference to a CidrCollection resource.
Namespace: Amazon.CDK.Interfaces.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICidrCollectionReference
Syntax (vb)
Public Interface ICidrCollectionReference
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.Route53;
var cidrCollectionReference = new CidrCollectionReference {
CidrCollectionArn = "cidrCollectionArn",
CidrCollectionId = "cidrCollectionId"
};
Synopsis
Properties
| CidrCollectionArn | The ARN of the CidrCollection resource. |
| CidrCollectionId | The Id of the CidrCollection resource. |
Properties
CidrCollectionArn
The ARN of the CidrCollection resource.
string CidrCollectionArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
CidrCollectionId
The Id of the CidrCollection resource.
string CidrCollectionId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated