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