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: