Class CfnServiceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.refactorspaces.CfnServiceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceMixinProps
@Stability(Stable)
@Internal
public static final class CfnServiceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceMixinProps
An implementation for
CfnServiceMixinProps-
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.refactorspaces.CfnServiceMixinProps
CfnServiceMixinProps.Builder, CfnServiceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnServiceMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServiceMixinProps.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 ObjectThe unique identifier of the application.final StringA description of the service.final StringThe endpoint type of the service.final ObjectThe unique identifier of the environment.final ObjectA summary of the configuration for the AWS Lambda endpoint type.final StringgetName()The name of the service.getTags()The tags assigned to the service.final ObjectThe summary of the configuration for the URL endpoint type.final ObjectgetVpcId()The ID of the virtual private cloud (VPC).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 theCfnServiceMixinProps.Builder.
-
-
Method Details
-
getApplicationIdentifier
Description copied from interface:CfnServiceMixinPropsThe unique identifier of the application.Returns union: either
StringorIApplicationRef- Specified by:
getApplicationIdentifierin interfaceCfnServiceMixinProps- See Also:
-
getDescription
Description copied from interface:CfnServiceMixinPropsA description of the service.- Specified by:
getDescriptionin interfaceCfnServiceMixinProps- See Also:
-
getEndpointType
Description copied from interface:CfnServiceMixinPropsThe endpoint type of the service.- Specified by:
getEndpointTypein interfaceCfnServiceMixinProps- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnServiceMixinPropsThe unique identifier of the environment.Returns union: either
StringorIEnvironmentRef- Specified by:
getEnvironmentIdentifierin interfaceCfnServiceMixinProps- See Also:
-
getLambdaEndpoint
Description copied from interface:CfnServiceMixinPropsA summary of the configuration for the AWS Lambda endpoint type.Returns union: either
IResolvableorCfnServicePropsMixin.LambdaEndpointInputProperty- Specified by:
getLambdaEndpointin interfaceCfnServiceMixinProps- See Also:
-
getName
Description copied from interface:CfnServiceMixinPropsThe name of the service.- Specified by:
getNamein interfaceCfnServiceMixinProps- See Also:
-
getTags
Description copied from interface:CfnServiceMixinPropsThe tags assigned to the service.- Specified by:
getTagsin interfaceCfnServiceMixinProps- See Also:
-
getUrlEndpoint
Description copied from interface:CfnServiceMixinPropsThe summary of the configuration for the URL endpoint type.Returns union: either
IResolvableorCfnServicePropsMixin.UrlEndpointInputProperty- Specified by:
getUrlEndpointin interfaceCfnServiceMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnServiceMixinProps- Specified by:
getVpcIdin interfaceCfnServiceMixinProps- 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()
-