StoredQueryArgs

data class StoredQueryArgs(val queryDescription: Output<String>? = null, val queryExpression: Output<String>? = null, val queryName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StoredQueryArgs>

Resource Type definition for AWS::Config::StoredQuery

Constructors

Link copied to clipboard
constructor(queryDescription: Output<String>? = null, queryExpression: Output<String>? = null, queryName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A unique description for the query.

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

The expression of the query. For example, SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.

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

The name of the query.

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

The tags for the stored query.

Functions

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