@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.360Z") @Stability(value=Stable) public interface CfnAssignmentProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getInstanceArn()
The ARN of the SSO instance under which the operation will be executed.
|
String |
getPermissionSetArn()
The ARN of the permission set.
|
String |
getPrincipalId()
An identifier for an object in AWS SSO , such as a user or group.
|
String |
getPrincipalType()
The entity type for which the assignment will be created.
|
String |
getTargetId()
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
|
String |
getTargetType()
The entity type for which the assignment will be created.
|
@Stability(value=Stable) @NotNull String getInstanceArn()
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
@Stability(value=Stable) @NotNull String getPermissionSetArn()
@Stability(value=Stable) @NotNull 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 .
@Stability(value=Stable) @NotNull String getPrincipalType()
@Stability(value=Stable) @NotNull String getTargetId()
@Stability(value=Stable) @NotNull String getTargetType()
@Stability(value=Stable) static CfnAssignmentProps.Builder builder()
CfnAssignmentProps.Builder of CfnAssignmentPropsCopyright © 2022. All rights reserved.