Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.systemsmanagersap.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for 
CfnApplicationProps- 
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.systemsmanagersap.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 theCfnApplicationProps.Builder. 
 - 
 - 
Method Details
- 
getApplicationId
Description copied from interface:CfnApplicationPropsThe ID of the application.- Specified by:
 getApplicationIdin interfaceCfnApplicationProps- See Also:
 
 - 
getApplicationType
Description copied from interface:CfnApplicationPropsThe type of the application.- Specified by:
 getApplicationTypein interfaceCfnApplicationProps- See Also:
 
 - 
getComponentsInfo
Description copied from interface:CfnApplicationPropsThis 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: '<'eitherIResolvableorCfnApplication.ComponentInfoProperty>- Specified by:
 getComponentsInfoin interfaceCfnApplicationProps- See Also:
 
 - 
getCredentials
Description copied from interface:CfnApplicationPropsThe credentials of the SAP application.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.CredentialProperty>- Specified by:
 getCredentialsin interfaceCfnApplicationProps- See Also:
 
 - 
getDatabaseArn
Description copied from interface:CfnApplicationPropsThe Amazon Resource Name (ARN) of the database.- Specified by:
 getDatabaseArnin interfaceCfnApplicationProps- See Also:
 
 - 
getInstances
Description copied from interface:CfnApplicationPropsThe Amazon EC2 instances on which your SAP application is running.- Specified by:
 getInstancesin interfaceCfnApplicationProps- See Also:
 
 - 
getSapInstanceNumber
Description copied from interface:CfnApplicationPropsThe SAP instance number of the application.- Specified by:
 getSapInstanceNumberin interfaceCfnApplicationProps- See Also:
 
 - 
getSid
Description copied from interface:CfnApplicationPropsThe System ID of the application.- Specified by:
 getSidin interfaceCfnApplicationProps- See Also:
 
 - 
getTags
Description copied from interface:CfnApplicationPropsThe tags on the application.- Specified by:
 getTagsin interfaceCfnApplicationProps- 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() 
 -