@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:50.780Z")
public interface CfnStoredQueryProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.config.*; CfnStoredQueryProps cfnStoredQueryProps = CfnStoredQueryProps.builder() .queryExpression("queryExpression") .queryName("queryName") // the properties below are optional .queryDescription("queryDescription") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStoredQueryProps.Builder
A builder for
CfnStoredQueryProps |
static class |
CfnStoredQueryProps.Jsii$Proxy
An implementation for
CfnStoredQueryProps |
Modifier and Type | Method and Description |
---|---|
static CfnStoredQueryProps.Builder |
builder() |
default java.lang.String |
getQueryDescription()
A unique description for the query.
|
java.lang.String |
getQueryExpression()
The expression of the query.
|
java.lang.String |
getQueryName()
The name of the query.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String getQueryExpression()
For example, SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.
java.lang.String getQueryName()
default java.lang.String getQueryDescription()
default java.util.List<CfnTag> getTags()
static CfnStoredQueryProps.Builder builder()
CfnStoredQueryProps.Builder
of CfnStoredQueryProps