Interface CfnAssessment.AWSServiceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssessment.AWSServiceProperty.Jsii$Proxy
- Enclosing class:
CfnAssessment
@Stability(Stable)
public static interface CfnAssessment.AWSServiceProperty
extends software.amazon.jsii.JsiiSerializable
The
AWSService
property type specifies an AWS service such as Amazon S3 , AWS CloudTrail , and so on.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAssessment.AWSServiceProperty
static final class
An implementation forCfnAssessment.AWSServiceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServiceName
The name of the AWS service .- See Also:
-
builder
-