@Stability(value=Stable)
public static interface CfnAssessment.RoleProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnAssessment.RoleProperty.RoleArn`.
|
default String |
getRoleType()
`CfnAssessment.RoleProperty.RoleType`.
|
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default String getRoleType()
@Stability(value=Stable) static CfnAssessment.RoleProperty.Builder builder()
CfnAssessment.RoleProperty.Builder of CfnAssessment.RolePropertyCopyright © 2021. All rights reserved.