Interface CfnIPAMPool.SourceResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIPAMPool.SourceResourceProperty.Jsii$Proxy
- Enclosing class:
CfnIPAMPool
@Stability(Stable)
public static interface CfnIPAMPool.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.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 forCfnIPAMPool.SourceResourcePropertystatic final classAn implementation forCfnIPAMPool.SourceResourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The source resource ID.The source resource owner.The source resource Region.The source resource type.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
-