GetResourcesPlainArgs

data class GetResourcesPlainArgs(val excludeCompliantResources: Boolean? = null, val includeComplianceDetails: Boolean? = null, val resourceArnLists: List<String>? = null, val resourceTypeFilters: List<String>? = null, val tagFilters: List<GetResourcesTagFilter>? = null) : ConvertibleToJava<GetResourcesPlainArgs>

A collection of arguments for invoking getResources.

Constructors

Link copied to clipboard
constructor(excludeCompliantResources: Boolean? = null, includeComplianceDetails: Boolean? = null, resourceArnLists: List<String>? = null, resourceTypeFilters: List<String>? = null, tagFilters: List<GetResourcesTagFilter>? = null)

Properties

Link copied to clipboard

Specifies whether to exclude resources that are compliant with the tag policy. You can use this parameter only if the include_compliance_details argument is also set to true.

Link copied to clipboard

Specifies whether to include details regarding the compliance with the effective tag policy.

Link copied to clipboard

Specifies a list of ARNs of resources for which you want to retrieve tag data. Conflicts with filter.

Link copied to clipboard

Constraints on the resources that you want returned. The format of each resource type is service:resourceType. For example, specifying a resource type of ec2 returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type of ec2:instance returns only EC2 instances.

Link copied to clipboard

Specifies a list of Tag Filters (keys and values) to restrict the output to only those resources that have the specified tag and, if included, the specified value. See Tag Filter below. Conflicts with resource_arn_list.

Functions

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