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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIPAMPoolPropsMixin.SourceResourcePropertystatic final classAn implementation forCfnIPAMPoolPropsMixin.SourceResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceId
The source resource ID.- See Also:
-
getResourceOwner
The source resource owner.- See Also:
-
getResourceRegion
The source resource Region.- See Also:
-
getResourceType
The source resource type.- See Also:
-
builder
-