@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.197Z") @Stability(value=Stable) public interface CfnQueryDefinitionProps 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.logs.*;
CfnQueryDefinitionProps cfnQueryDefinitionProps = CfnQueryDefinitionProps.builder()
.name("name")
.queryString("queryString")
// the properties below are optional
.logGroupNames(List.of("logGroupNames"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnQueryDefinitionProps.Builder
A builder for
CfnQueryDefinitionProps |
static class |
CfnQueryDefinitionProps.Jsii$Proxy
An implementation for
CfnQueryDefinitionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnQueryDefinitionProps.Builder |
builder() |
default List<String> |
getLogGroupNames()
`AWS::Logs::QueryDefinition.LogGroupNames`.
|
String |
getName()
`AWS::Logs::QueryDefinition.Name`.
|
String |
getQueryString()
`AWS::Logs::QueryDefinition.QueryString`.
|
@Stability(value=Stable) @Nullable default List<String> getLogGroupNames()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getQueryString()
@Stability(value=Stable) static CfnQueryDefinitionProps.Builder builder()
CfnQueryDefinitionProps.Builder of CfnQueryDefinitionPropsCopyright © 2021. All rights reserved.