Class CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty
An implementation for
CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty-
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.opensearchservice.CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty
CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty.Builder, CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.IamIdentityCenterOptionsProperty.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 ObjectIndicates whether IAM Identity Center is enabled for the OpenSearch application.final StringAmazon Resource Name (ARN) format.final StringThe Amazon Resource Name (ARN) of the IAM role assigned to the IAM Identity Center application for the OpenSearch 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 theCfnApplicationPropsMixin.IamIdentityCenterOptionsProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnApplicationPropsMixin.IamIdentityCenterOptionsPropertyIndicates whether IAM Identity Center is enabled for the OpenSearch application.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnApplicationPropsMixin.IamIdentityCenterOptionsProperty- See Also:
-
getIamIdentityCenterInstanceArn
Description copied from interface:CfnApplicationPropsMixin.IamIdentityCenterOptionsPropertyAmazon Resource Name (ARN) format.- Specified by:
getIamIdentityCenterInstanceArnin interfaceCfnApplicationPropsMixin.IamIdentityCenterOptionsProperty- See Also:
-
getIamRoleForIdentityCenterApplicationArn
Description copied from interface:CfnApplicationPropsMixin.IamIdentityCenterOptionsPropertyThe Amazon Resource Name (ARN) of the IAM role assigned to the IAM Identity Center application for the OpenSearch application.- Specified by:
getIamRoleForIdentityCenterApplicationArnin interfaceCfnApplicationPropsMixin.IamIdentityCenterOptionsProperty- 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()
-