Class CfnLinkProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rtbfabric.CfnLinkProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLinkProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLinkProps
@Stability(Stable)
@Internal
public static final class CfnLinkProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLinkProps
An implementation for
CfnLinkProps-
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.rtbfabric.CfnLinkProps
CfnLinkProps.Builder, CfnLinkProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLinkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLinkProps.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 unique identifier of the gateway.final ObjectBoolean to specify if an HTTP responder is allowed.final ObjectAttributes of the link.final ObjectSettings for the application logs.final ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnLink.ModuleConfigurationProperty>final StringThe unique identifier of the peer gateway.getTags()A map of the key-value pairs of the tag or tags to assign 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 theCfnLinkProps.Builder.
-
-
Method Details
-
getGatewayId
Description copied from interface:CfnLinkPropsThe unique identifier of the gateway.- Specified by:
getGatewayIdin interfaceCfnLinkProps- See Also:
-
getLinkLogSettings
Description copied from interface:CfnLinkPropsSettings for the application logs.Returns union: either
IResolvableorCfnLink.LinkLogSettingsProperty- Specified by:
getLinkLogSettingsin interfaceCfnLinkProps- See Also:
-
getPeerGatewayId
Description copied from interface:CfnLinkPropsThe unique identifier of the peer gateway.- Specified by:
getPeerGatewayIdin interfaceCfnLinkProps- See Also:
-
getHttpResponderAllowed
Description copied from interface:CfnLinkPropsBoolean to specify if an HTTP responder is allowed.Returns union: either
BooleanorIResolvable- Specified by:
getHttpResponderAllowedin interfaceCfnLinkProps- See Also:
-
getLinkAttributes
Description copied from interface:CfnLinkPropsAttributes of the link.Returns union: either
IResolvableorCfnLink.LinkAttributesProperty- Specified by:
getLinkAttributesin interfaceCfnLinkProps- See Also:
-
getModuleConfigurationList
Description copied from interface:CfnLinkPropsReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnLink.ModuleConfigurationProperty>- Specified by:
getModuleConfigurationListin interfaceCfnLinkProps- See Also:
-
getTags
Description copied from interface:CfnLinkPropsA map of the key-value pairs of the tag or tags to assign to the resource.- Specified by:
getTagsin interfaceCfnLinkProps- 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()
-