Class CfnIPAMScopeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMScopeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMScopeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMScopeProps
@Stability(Stable)
@Internal
public static final class CfnIPAMScopeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMScopeProps
An implementation for
CfnIPAMScopeProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnIPAMScopeProps
CfnIPAMScopeProps.Builder, CfnIPAMScopeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIPAMScopeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPAMScopeProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the scope.final ObjectThe configuration that links an Amazon VPC IPAM scope to an external authority system.final StringThe ID of the IPAM for which you're creating this scope.getTags()The key/value combination of a tag assigned to the resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIPAMScopeProps.Builder.
-
-
Method Details
-
getIpamId
Description copied from interface:CfnIPAMScopePropsThe ID of the IPAM for which you're creating this scope.- Specified by:
getIpamIdin interfaceCfnIPAMScopeProps- See Also:
-
getDescription
Description copied from interface:CfnIPAMScopePropsThe description of the scope.- Specified by:
getDescriptionin interfaceCfnIPAMScopeProps- See Also:
-
getExternalAuthorityConfiguration
Description copied from interface:CfnIPAMScopePropsThe configuration that links an Amazon VPC IPAM scope to an external authority system.It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.
For more information, see Integrate VPC IPAM with Infoblox infrastructure in the Amazon VPC IPAM User Guide ..
Returns union: either
IResolvableorCfnIPAMScope.IpamScopeExternalAuthorityConfigurationProperty- Specified by:
getExternalAuthorityConfigurationin interfaceCfnIPAMScopeProps- See Also:
-
getTags
Description copied from interface:CfnIPAMScopePropsThe key/value combination of a tag assigned to the resource.Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key
Ownerand the valueTeamA, specifytag:Ownerfor the filter name andTeamAfor the filter value.- Specified by:
getTagsin interfaceCfnIPAMScopeProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-