AwsMacieAllowListPropertiesArgs

data class AwsMacieAllowListPropertiesArgs(val arn: Output<String>? = null, val criteria: Output<CriteriaArgs>? = null, val description: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val status: Output<Either<String, Status>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AwsMacieAllowListPropertiesArgs>

Definition of awsMacieAllowList

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null, criteria: Output<CriteriaArgs>? = null, description: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null, status: Output<Either<String, Status>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

AllowList ARN.

Link copied to clipboard
val criteria: Output<CriteriaArgs>? = null

AllowList criteria. The regex or s3 object to use for the AllowList.

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

Description of AllowList.

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

AllowList ID.

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

Name of AllowList.

Link copied to clipboard
val status: Output<Either<String, Status>>? = null

AllowList status. The status for the AllowList

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A collection of tags associated with a resource

Functions

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