FrameworkControlScopeArgs

data class FrameworkControlScopeArgs(val complianceResourceIds: Output<List<String>>? = null, val complianceResourceTypes: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FrameworkControlScopeArgs>

Constructors

Link copied to clipboard
constructor(complianceResourceIds: Output<List<String>>? = null, complianceResourceTypes: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

The ID of the only AWS resource that you want your control scope to contain. Minimum number of 1 item. Maximum number of 100 items.

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

Describes whether the control scope includes one or more types of resources, such as EFS or RDS.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Metadata that you can assign to help organize the frameworks you create. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Functions

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