Class CfnApplicationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appintegrations.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.appintegrations.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 ObjectReturns union: eitherIResolvableorCfnApplicationPropsMixin.ApplicationConfigPropertyfinal ObjectThe configuration for where the application should be loaded from.final StringThe description of the application.final ObjectReturns union: eitherIResolvableorCfnApplicationPropsMixin.IframeConfigPropertyfinal NumberThe initialization timeout in milliseconds.final ObjectIndicates whether the application is a service.final StringgetName()The name of the application.final StringThe namespace of the application.The configuration of events or requests that the application has access to.getTags()The tags used to organize, track, or control access for 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
-
getApplicationConfig
Description copied from interface:CfnApplicationMixinPropsReturns union: eitherIResolvableorCfnApplicationPropsMixin.ApplicationConfigProperty- Specified by:
getApplicationConfigin interfaceCfnApplicationMixinProps- See Also:
-
getApplicationSourceConfig
Description copied from interface:CfnApplicationMixinPropsThe configuration for where the application should be loaded from.Returns union: either
IResolvableorCfnApplicationPropsMixin.ApplicationSourceConfigProperty- Specified by:
getApplicationSourceConfigin interfaceCfnApplicationMixinProps- See Also:
-
getDescription
Description copied from interface:CfnApplicationMixinPropsThe description of the application.- Specified by:
getDescriptionin interfaceCfnApplicationMixinProps- See Also:
-
getIframeConfig
Description copied from interface:CfnApplicationMixinPropsReturns union: eitherIResolvableorCfnApplicationPropsMixin.IframeConfigProperty- Specified by:
getIframeConfigin interfaceCfnApplicationMixinProps- See Also:
-
getInitializationTimeout
Description copied from interface:CfnApplicationMixinPropsThe initialization timeout in milliseconds.Required when IsService is true.
- Specified by:
getInitializationTimeoutin interfaceCfnApplicationMixinProps- See Also:
-
getIsService
Description copied from interface:CfnApplicationMixinPropsIndicates whether the application is a service.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getIsServicein interfaceCfnApplicationMixinProps- See Also:
-
getName
Description copied from interface:CfnApplicationMixinPropsThe name of the application.- Specified by:
getNamein interfaceCfnApplicationMixinProps- See Also:
-
getNamespace
Description copied from interface:CfnApplicationMixinPropsThe namespace of the application.- Specified by:
getNamespacein interfaceCfnApplicationMixinProps- See Also:
-
getPermissions
Description copied from interface:CfnApplicationMixinPropsThe configuration of events or requests that the application has access to.- Specified by:
getPermissionsin interfaceCfnApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnApplicationMixinPropsThe tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- 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()
-