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