@Stability(value=Stable)
public static interface CfnAssessment.ScopeProperty
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.*;
ScopeProperty scopeProperty = ScopeProperty.builder()
.awsAccounts(List.of(AWSAccountProperty.builder()
.emailAddress("emailAddress")
.id("id")
.name("name")
.build()))
.awsServices(List.of(AWSServiceProperty.builder()
.serviceName("serviceName")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssessment.ScopeProperty.Builder
A builder for
CfnAssessment.ScopeProperty |
static class |
CfnAssessment.ScopeProperty.Jsii$Proxy
An implementation for
CfnAssessment.ScopeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssessment.ScopeProperty.Builder |
builder() |
default Object |
getAwsAccounts()
The AWS accounts that are included in the scope of the assessment.
|
default Object |
getAwsServices()
The AWS services that are included in the scope of the assessment.
|
@Stability(value=Stable) @Nullable default Object getAwsAccounts()
@Stability(value=Stable) @Nullable default Object getAwsServices()
@Stability(value=Stable) static CfnAssessment.ScopeProperty.Builder builder()
Copyright © 2022. All rights reserved.