Interface CfnIPAMPoolPropsMixin.SourceResourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIPAMPoolPropsMixin.SourceResourceProperty.Jsii$Proxy
Enclosing class:
CfnIPAMPoolPropsMixin

@Stability(Stable) public static interface CfnIPAMPoolPropsMixin.SourceResourceProperty extends software.amazon.jsii.JsiiSerializable
The resource used to provision CIDRs to a resource planning pool.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
 SourceResourceProperty sourceResourceProperty = SourceResourceProperty.builder()
         .resourceId("resourceId")
         .resourceOwner("resourceOwner")
         .resourceRegion("resourceRegion")
         .resourceType("resourceType")
         .build();
 

See Also: