@Stability(value=Stable)
public static interface CfnAssessment.DelegationProperty
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.*;
DelegationProperty delegationProperty = DelegationProperty.builder()
.assessmentId("assessmentId")
.assessmentName("assessmentName")
.comment("comment")
.controlSetId("controlSetId")
.createdBy("createdBy")
.creationTime(123)
.id("id")
.lastUpdated(123)
.roleArn("roleArn")
.roleType("roleType")
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssessment.DelegationProperty.Builder
A builder for
CfnAssessment.DelegationProperty |
static class |
CfnAssessment.DelegationProperty.Jsii$Proxy
An implementation for
CfnAssessment.DelegationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssessment.DelegationProperty.Builder |
builder() |
default String |
getAssessmentId()
The identifier for the assessment that's associated with the delegation.
|
default String |
getAssessmentName()
The name of the assessment that's associated with the delegation.
|
default String |
getComment()
The comment that's related to the delegation.
|
default String |
getControlSetId()
The identifier for the control set that's associated with the delegation.
|
default String |
getCreatedBy()
The IAM user or role that created the delegation.
|
default Number |
getCreationTime()
Specifies when the delegation was created.
|
default String |
getId()
The unique identifier for the delegation.
|
default Number |
getLastUpdated()
Specifies when the delegation was last updated.
|
default String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
default String |
getRoleType()
The type of customer persona.
|
default String |
getStatus()
The status of the delegation.
|
@Stability(value=Stable) @Nullable default String getAssessmentId()
@Stability(value=Stable) @Nullable default String getAssessmentName()
@Stability(value=Stable) @Nullable default String getComment()
@Stability(value=Stable) @Nullable default String getControlSetId()
@Stability(value=Stable) @Nullable default String getCreatedBy()
Minimum : 1
Maximum : 100
Pattern : ^[a-zA-Z0-9-_()\\[\\]\\s]+$
@Stability(value=Stable) @Nullable default Number getCreationTime()
@Stability(value=Stable) @Nullable default String getId()
@Stability(value=Stable) @Nullable default Number getLastUpdated()
@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) @Nullable default String getStatus()
@Stability(value=Stable) static CfnAssessment.DelegationProperty.Builder builder()
Copyright © 2022. All rights reserved.