Class CfnApplicationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sso.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.sso.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 ARN of the application provider for this application.final StringThe description of the application.final StringThe ARN of the instance of IAM Identity Center that is configured with this application.final StringgetName()The name of the application.final ObjectA structure that describes the options for the access portal associated with this application.final StringThe current status of the application in this instance of IAM Identity Center.getTags()Specifies tags to be attached to 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
-
getApplicationProviderArn
Description copied from interface:CfnApplicationMixinPropsThe ARN of the application provider for this application.- Specified by:
getApplicationProviderArnin interfaceCfnApplicationMixinProps- See Also:
-
getDescription
Description copied from interface:CfnApplicationMixinPropsThe description of the application.- Specified by:
getDescriptionin interfaceCfnApplicationMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnApplicationMixinPropsThe ARN of the instance of IAM Identity Center that is configured with this application.- Specified by:
getInstanceArnin interfaceCfnApplicationMixinProps- See Also:
-
getName
Description copied from interface:CfnApplicationMixinPropsThe name of the application.- Specified by:
getNamein interfaceCfnApplicationMixinProps- See Also:
-
getPortalOptions
Description copied from interface:CfnApplicationMixinPropsA structure that describes the options for the access portal associated with this application.Returns union: either
IResolvableorCfnApplicationPropsMixin.PortalOptionsConfigurationProperty- Specified by:
getPortalOptionsin interfaceCfnApplicationMixinProps- See Also:
-
getStatus
Description copied from interface:CfnApplicationMixinPropsThe current status of the application in this instance of IAM Identity Center.- Specified by:
getStatusin interfaceCfnApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnApplicationMixinPropsSpecifies tags to be attached to 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()
-