Class CfnAssignmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sso.CfnAssignmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssignmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssignmentProps
@Stability(Stable)
@Internal
public static final class CfnAssignmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssignmentProps
An implementation for
CfnAssignmentProps-
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.sso.CfnAssignmentProps
CfnAssignmentProps.Builder, CfnAssignmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAssignmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssignmentProps.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 StringThe ARN of the IAM Identity Center instance under which the operation will be executed.final StringThe ARN of the permission set.final StringAn identifier for an object in IAM Identity Center, such as a user or group.final StringThe entity type for which the assignment will be created.final StringTargetID is an AWS account identifier, (For example, 123456789012).final StringThe entity type for which the assignment will be created.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 theCfnAssignmentProps.Builder.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnAssignmentPropsThe ARN of the IAM Identity Center instance under which the operation will be executed.For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
- Specified by:
getInstanceArnin interfaceCfnAssignmentProps- See Also:
-
getPermissionSetArn
Description copied from interface:CfnAssignmentPropsThe ARN of the permission set.- Specified by:
getPermissionSetArnin interfaceCfnAssignmentProps- See Also:
-
getPrincipalId
Description copied from interface:CfnAssignmentPropsAn identifier for an object in IAM Identity Center, such as a user or group.PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference .
- Specified by:
getPrincipalIdin interfaceCfnAssignmentProps- See Also:
-
getPrincipalType
Description copied from interface:CfnAssignmentPropsThe entity type for which the assignment will be created.- Specified by:
getPrincipalTypein interfaceCfnAssignmentProps- See Also:
-
getTargetId
Description copied from interface:CfnAssignmentPropsTargetID is an AWS account identifier, (For example, 123456789012).- Specified by:
getTargetIdin interfaceCfnAssignmentProps- See Also:
-
getTargetType
Description copied from interface:CfnAssignmentPropsThe entity type for which the assignment will be created.- Specified by:
getTargetTypein interfaceCfnAssignmentProps- 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()
-