Allow List Args
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)