Class CfnIdentitySourceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySourceMixinProps
@Stability(Stable)
@Internal
public static final class CfnIdentitySourceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySourceMixinProps
An implementation for
CfnIdentitySourceMixinProps-
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.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourceMixinProps
CfnIdentitySourceMixinProps.Builder, CfnIdentitySourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentitySourceMixinProps.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 theCfnIdentitySourceMixinProps.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnIdentitySourceMixinPropsContains configuration information used when creating a new identity source.Returns union: either
IResolvableorCfnIdentitySourcePropsMixin.IdentitySourceConfigurationProperty- Specified by:
getConfigurationin interfaceCfnIdentitySourceMixinProps- See Also:
-
getPolicyStoreId
Description copied from interface:CfnIdentitySourceMixinPropsSpecifies 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 interfaceCfnIdentitySourceMixinProps- See Also:
-
getPrincipalEntityType
Description copied from interface:CfnIdentitySourceMixinPropsSpecifies the namespace and data type of the principals generated for identities authenticated by the new identity source.- Specified by:
getPrincipalEntityTypein interfaceCfnIdentitySourceMixinProps- 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()
-