StoredQueryReference

class aws_cdk.interfaces.aws_config.StoredQueryReference(*, query_name)

Bases: object

A reference to a StoredQuery resource.

Parameters:

query_name (str) – The QueryName of the StoredQuery resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_config as interfaces_aws_config

stored_query_reference = interfaces_aws_config.StoredQueryReference(
    query_name="queryName"
)

Attributes

query_name

The QueryName of the StoredQuery resource.