GetSecurityControlPlainArgs

data class GetSecurityControlPlainArgs(val securityControlId: String) : ConvertibleToJava<GetSecurityControlPlainArgs>

Constructors

Link copied to clipboard
constructor(securityControlId: String)

Properties

Link copied to clipboard

The unique identifier of a security control across standards. Values for this field typically consist of an AWS service name and a number, such as APIGateway.3.

Functions

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