Interface IDedicatedIpPoolReference
A reference to a DedicatedIpPool resource.
Namespace: Amazon.CDK.Interfaces.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDedicatedIpPoolReference
Syntax (vb)
Public Interface IDedicatedIpPoolReference
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.PinpointEmail;
var dedicatedIpPoolReference = new DedicatedIpPoolReference {
DedicatedIpPoolId = "dedicatedIpPoolId"
};
Synopsis
Properties
| DedicatedIpPoolId | The Id of the DedicatedIpPool resource. |
Properties
DedicatedIpPoolId
The Id of the DedicatedIpPool resource.
string DedicatedIpPoolId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated