Class CfnApplicationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.m2.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.m2.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 ObjectThe application definition for a particular application.final StringThe description of the application.final StringThe type of the target platform for this application.final StringThe identifier of a customer managed key.final StringgetName()The name of the application.final StringThe Amazon Resource Name (ARN) of the role associated with the application.getTags()An array of key-value pairs to apply to this 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 theCfnApplicationMixinProps.Builder.
-
-
Method Details
-
getDefinition
Description copied from interface:CfnApplicationMixinPropsThe application definition for a particular application. You can specify either inline JSON or an Amazon S3 bucket location.For information about application definitions, see the AWS Mainframe Modernization User Guide .
Returns union: either
IResolvableorCfnApplicationPropsMixin.DefinitionProperty- Specified by:
getDefinitionin interfaceCfnApplicationMixinProps- See Also:
-
getDescription
Description copied from interface:CfnApplicationMixinPropsThe description of the application.- Specified by:
getDescriptionin interfaceCfnApplicationMixinProps- See Also:
-
getEngineType
Description copied from interface:CfnApplicationMixinPropsThe type of the target platform for this application.- Specified by:
getEngineTypein interfaceCfnApplicationMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnApplicationMixinPropsThe identifier of a customer managed key.- Specified by:
getKmsKeyIdin interfaceCfnApplicationMixinProps- See Also:
-
getName
Description copied from interface:CfnApplicationMixinPropsThe name of the application.- Specified by:
getNamein interfaceCfnApplicationMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnApplicationMixinPropsThe Amazon Resource Name (ARN) of the role associated with the application.- Specified by:
getRoleArnin interfaceCfnApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnApplicationMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- 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()
-