Class CfnIdentitySource.IamIdentityCenterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mpa.CfnIdentitySource.IamIdentityCenterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySource.IamIdentityCenterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySource.IamIdentityCenterProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySource.IamIdentityCenterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySource.IamIdentityCenterProperty
An implementation for
CfnIdentitySource.IamIdentityCenterProperty
-
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.mpa.CfnIdentitySource.IamIdentityCenterProperty
CfnIdentitySource.IamIdentityCenterProperty.Builder, CfnIdentitySource.IamIdentityCenterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.IamIdentityCenterProperty.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 String
URL for the approval portal associated with the IAM Identity Center instance.final String
Amazon Resource Name (ARN) for the IAM Identity Center instance.final String
AWS Region where the IAM Identity Center instance is located.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 theCfnIdentitySource.IamIdentityCenterProperty.Builder
.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnIdentitySource.IamIdentityCenterProperty
Amazon Resource Name (ARN) for the IAM Identity Center instance.- Specified by:
getInstanceArn
in interfaceCfnIdentitySource.IamIdentityCenterProperty
- See Also:
-
getRegion
Description copied from interface:CfnIdentitySource.IamIdentityCenterProperty
AWS Region where the IAM Identity Center instance is located.- Specified by:
getRegion
in interfaceCfnIdentitySource.IamIdentityCenterProperty
- See Also:
-
getApprovalPortalUrl
Description copied from interface:CfnIdentitySource.IamIdentityCenterProperty
URL for the approval portal associated with the IAM Identity Center instance.- Specified by:
getApprovalPortalUrl
in interfaceCfnIdentitySource.IamIdentityCenterProperty
- 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()
-