Class CfnIdentitySourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySourceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySourceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySourceProps
@Stability(Stable)
@Internal
public static final class CfnIdentitySourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySourceProps
An implementation for
CfnIdentitySourceProps
-
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.verifiedpermissions.CfnIdentitySourceProps
CfnIdentitySourceProps.Builder, CfnIdentitySourceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIdentitySourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySourceProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Contains configuration information used when creating a new identity source.final String
Specifies the ID of the policy store in which you want to store this identity source.final String
Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.final int
hashCode()
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 theCfnIdentitySourceProps.Builder
.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnIdentitySourceProps
Contains configuration information used when creating a new identity source.- Specified by:
getConfiguration
in interfaceCfnIdentitySourceProps
- See Also:
-
getPolicyStoreId
Description copied from interface:CfnIdentitySourceProps
Specifies the ID of the policy store in which you want to store this identity source.Only policies and requests made using this policy store can reference identities from the identity provider configured in the new identity source.
- Specified by:
getPolicyStoreId
in interfaceCfnIdentitySourceProps
- See Also:
-
getPrincipalEntityType
Description copied from interface:CfnIdentitySourceProps
Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.- Specified by:
getPrincipalEntityType
in interfaceCfnIdentitySourceProps
- 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()
-