Package services.verifiedpermissions
Class CfnIdentitySourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
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.InitializationModeNested classes/interfaces inherited from interface services.verifiedpermissions.CfnIdentitySourceProps
CfnIdentitySourceProps.Builder, CfnIdentitySourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIdentitySourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySourceProps.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 ObjectContains configuration information used when creating a new .final StringSpecifies the ID of the in which you want to store this .final StringSpecifies the namespace and data type of the principals generated for identities authenticated by the new .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 theCfnIdentitySourceProps.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnIdentitySourcePropsContains configuration information used when creating a new .At this time, the only valid member of this structure is a user pool configuration.
You must specify a
userPoolArn, and optionally, aClientId.This data type is used as a request parameter for the CreateIdentitySource operation.
- Specified by:
getConfigurationin interfaceCfnIdentitySourceProps- See Also:
-
getPolicyStoreId
Description copied from interface:CfnIdentitySourcePropsSpecifies the ID of the in which you want to store this .Only policies and requests made using this can reference identities from the identity provider configured in the new .
- Specified by:
getPolicyStoreIdin interfaceCfnIdentitySourceProps- See Also:
-
getPrincipalEntityType
Description copied from interface:CfnIdentitySourcePropsSpecifies the namespace and data type of the principals generated for identities authenticated by the new .- Specified by:
getPrincipalEntityTypein interfaceCfnIdentitySourceProps- 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()
-