Class CfnSecurityConfig.IamFederationConfigOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchserverless.CfnSecurityConfig.IamFederationConfigOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityConfig.IamFederationConfigOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityConfig.IamFederationConfigOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnSecurityConfig.IamFederationConfigOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityConfig.IamFederationConfigOptionsProperty
An implementation for
CfnSecurityConfig.IamFederationConfigOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchserverless.CfnSecurityConfig.IamFederationConfigOptionsProperty
CfnSecurityConfig.IamFederationConfigOptionsProperty.Builder, CfnSecurityConfig.IamFederationConfigOptionsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSecurityConfig.IamFederationConfigOptionsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnSecurityConfig.IamFederationConfigOptionsProperty.Builder
.
-
-
Method Details
-
getGroupAttribute
Description copied from interface:CfnSecurityConfig.IamFederationConfigOptionsProperty
The group attribute for this IAM federation integration.This attribute is used to map identity provider groups to OpenSearch Serverless permissions.
- Specified by:
getGroupAttribute
in interfaceCfnSecurityConfig.IamFederationConfigOptionsProperty
- See Also:
-
getUserAttribute
Description copied from interface:CfnSecurityConfig.IamFederationConfigOptionsProperty
The user attribute for this IAM federation integration.This attribute is used to identify users in the federated authentication process.
- Specified by:
getUserAttribute
in interfaceCfnSecurityConfig.IamFederationConfigOptionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-