Class CfnApplicationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.systemsmanagersap.CfnApplicationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
@Internal
public static final class CfnApplicationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationMixinProps
An implementation for
CfnApplicationMixinProps-
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.systemsmanagersap.CfnApplicationMixinProps
CfnApplicationMixinProps.Builder, CfnApplicationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationMixinProps.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 ID of the application.final StringThe type of the application.final ObjectThis is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.final ObjectThe credentials of the SAP application.final StringThe Amazon Resource Name (ARN) of the database.The Amazon EC2 instances on which your SAP application is running.final StringThe SAP instance number of the application.final StringgetSid()The System ID of the application.getTags()The tags on the application.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 theCfnApplicationMixinProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnApplicationMixinPropsThe ID of the application.- Specified by:
getApplicationIdin interfaceCfnApplicationMixinProps- See Also:
-
getApplicationType
Description copied from interface:CfnApplicationMixinPropsThe type of the application.- Specified by:
getApplicationTypein interfaceCfnApplicationMixinProps- See Also:
-
getComponentsInfo
Description copied from interface:CfnApplicationMixinPropsThis is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationPropsMixin.ComponentInfoProperty>- Specified by:
getComponentsInfoin interfaceCfnApplicationMixinProps- See Also:
-
getCredentials
Description copied from interface:CfnApplicationMixinPropsThe credentials of the SAP application.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationPropsMixin.CredentialProperty>- Specified by:
getCredentialsin interfaceCfnApplicationMixinProps- See Also:
-
getDatabaseArn
Description copied from interface:CfnApplicationMixinPropsThe Amazon Resource Name (ARN) of the database.- Specified by:
getDatabaseArnin interfaceCfnApplicationMixinProps- See Also:
-
getInstances
Description copied from interface:CfnApplicationMixinPropsThe Amazon EC2 instances on which your SAP application is running.- Specified by:
getInstancesin interfaceCfnApplicationMixinProps- See Also:
-
getSapInstanceNumber
Description copied from interface:CfnApplicationMixinPropsThe SAP instance number of the application.- Specified by:
getSapInstanceNumberin interfaceCfnApplicationMixinProps- See Also:
-
getSid
Description copied from interface:CfnApplicationMixinPropsThe System ID of the application.- Specified by:
getSidin interfaceCfnApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnApplicationMixinPropsThe tags on the application.- Specified by:
getTagsin interfaceCfnApplicationMixinProps- 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()
-