@Stability(value=Stable)
public static interface CfnAssessment.RoleProperty
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.auditmanager.*;
RoleProperty roleProperty = RoleProperty.builder()
.roleArn("roleArn")
.roleType("roleType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssessment.RoleProperty.Builder
A builder for
CfnAssessment.RoleProperty |
static class |
CfnAssessment.RoleProperty.Jsii$Proxy
An implementation for
CfnAssessment.RoleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssessment.RoleProperty.Builder |
builder() |
default String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
default String |
getRoleType()
The type of customer persona.
|
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default String getRoleType()
In
CreateAssessment,roleTypecan only bePROCESS_OWNER.In
UpdateSettings,roleTypecan only bePROCESS_OWNER.In
BatchCreateDelegationByAssessment,roleTypecan only beRESOURCE_OWNER.
@Stability(value=Stable) static CfnAssessment.RoleProperty.Builder builder()
CfnAssessment.RoleProperty.Builder of CfnAssessment.RolePropertyCopyright © 2022. All rights reserved.