AllowListArgs

data class AllowListArgs(val criteria: Output<AllowListCriteriaArgs>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AllowListArgs>

Macie AllowList resource schema

Constructors

Link copied to clipboard
constructor(criteria: Output<AllowListCriteriaArgs>? = null, description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

AllowList criteria.

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

Description of AllowList.

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

Name of 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(): AllowListArgs