Class CfnAssignmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sso.CfnAssignmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssignmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssignmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnAssignmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssignmentMixinProps
An implementation for
CfnAssignmentMixinProps-
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.sso.CfnAssignmentMixinProps
CfnAssignmentMixinProps.Builder, CfnAssignmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssignmentMixinProps.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 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 theCfnAssignmentMixinProps.Builder.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnAssignmentMixinPropsThe ARN of the 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 interfaceCfnAssignmentMixinProps- See Also:
-
getPermissionSetArn
Description copied from interface:CfnAssignmentMixinPropsThe ARN of the permission set.- Specified by:
getPermissionSetArnin interfaceCfnAssignmentMixinProps- See Also:
-
getPrincipalId
Description copied from interface:CfnAssignmentMixinPropsAn 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 interfaceCfnAssignmentMixinProps- See Also:
-
getPrincipalType
Description copied from interface:CfnAssignmentMixinPropsThe entity type for which the assignment will be created.- Specified by:
getPrincipalTypein interfaceCfnAssignmentMixinProps- See Also:
-
getTargetId
Description copied from interface:CfnAssignmentMixinPropsTargetID is an AWS account identifier, (For example, 123456789012).- Specified by:
getTargetIdin interfaceCfnAssignmentMixinProps- See Also:
-
getTargetType
Description copied from interface:CfnAssignmentMixinPropsThe entity type for which the assignment will be created.- Specified by:
getTargetTypein interfaceCfnAssignmentMixinProps- 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()
-