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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.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 identity source.final StringSpecifies the ID of the policy store in which you want to store this identity source.final StringSpecifies the namespace and data type of the principals generated for identities authenticated by the new identity source.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 identity source.Returns union: either
IResolvableorCfnIdentitySource.IdentitySourceConfigurationProperty- Specified by:
getConfigurationin interfaceCfnIdentitySourceProps- See Also:
-
getPolicyStoreId
Description copied from interface:CfnIdentitySourcePropsSpecifies 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:
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 identity source.- 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()
-