@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:28.056Z")
public interface CfnAssignmentProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sso.*; CfnAssignmentProps cfnAssignmentProps = CfnAssignmentProps.builder() .instanceArn("instanceArn") .permissionSetArn("permissionSetArn") .principalId("principalId") .principalType("principalType") .targetId("targetId") .targetType("targetType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAssignmentProps.Builder
A builder for
CfnAssignmentProps |
static class |
CfnAssignmentProps.Jsii$Proxy
An implementation for
CfnAssignmentProps |
Modifier and Type | Method and Description |
---|---|
static CfnAssignmentProps.Builder |
builder() |
java.lang.String |
getInstanceArn()
The ARN of the SSO instance under which the operation will be executed.
|
java.lang.String |
getPermissionSetArn()
The ARN of the permission set.
|
java.lang.String |
getPrincipalId()
An identifier for an object in AWS SSO , such as a user or group.
|
java.lang.String |
getPrincipalType()
The entity type for which the assignment will be created.
|
java.lang.String |
getTargetId()
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
|
java.lang.String |
getTargetType()
The entity type for which the assignment will be created.
|
java.lang.String getInstanceArn()
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
java.lang.String getPermissionSetArn()
java.lang.String getPrincipalId()
PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO , see the AWS SSO Identity Store API Reference .
java.lang.String getPrincipalType()
java.lang.String getTargetId()
java.lang.String getTargetType()
static CfnAssignmentProps.Builder builder()
CfnAssignmentProps.Builder
of CfnAssignmentProps