@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.681Z") @Stability(value=Stable) public interface CfnStoredQueryProps extends software.amazon.jsii.JsiiSerializable
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 String |
getQueryDescription()
`AWS::Config::StoredQuery.QueryDescription`.
|
String |
getQueryExpression()
`AWS::Config::StoredQuery.QueryExpression`.
|
String |
getQueryName()
`AWS::Config::StoredQuery.QueryName`.
|
default List<CfnTag> |
getTags()
`AWS::Config::StoredQuery.Tags`.
|
@Stability(value=Stable) @Nullable default String getQueryDescription()
@Stability(value=Stable) @NotNull String getQueryExpression()
@Stability(value=Stable) @NotNull String getQueryName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnStoredQueryProps.Builder builder()
CfnStoredQueryProps.Builder of CfnStoredQueryPropsCopyright © 2021. All rights reserved.