@Stability(value=Stable)
public static interface CfnAssessment.AWSServiceProperty
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.*;
AWSServiceProperty aWSServiceProperty = AWSServiceProperty.builder()
.serviceName("serviceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssessment.AWSServiceProperty.Builder
A builder for
CfnAssessment.AWSServiceProperty |
static class |
CfnAssessment.AWSServiceProperty.Jsii$Proxy
An implementation for
CfnAssessment.AWSServiceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssessment.AWSServiceProperty.Builder |
builder() |
default String |
getServiceName()
The name of the AWS service .
|
@Stability(value=Stable) @Nullable default String getServiceName()
@Stability(value=Stable) static CfnAssessment.AWSServiceProperty.Builder builder()
Copyright © 2022. All rights reserved.