StoredQueryReference
- class aws_cdk.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 import aws_config as config stored_query_reference = config.StoredQueryReference( query_name="queryName" )
Attributes
- query_name
The QueryName of the StoredQuery resource.