AssessmentAwsServiceArgs

data class AssessmentAwsServiceArgs(val serviceName: Output<String>? = null) : ConvertibleToJava<AssessmentAwsServiceArgs>

An AWS service such as Amazon S3, AWS CloudTrail, and so on.

Constructors

Link copied to clipboard
constructor(serviceName: Output<String>? = null)

Properties

Link copied to clipboard
val serviceName: Output<String>? = null

The name of the AWS service .

Functions

Link copied to clipboard
open override fun toJava(): AssessmentAwsServiceArgs