@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.924Z") @Stability(value=Stable) public interface CfnResourceCollectionProps 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.devopsguru.*;
CfnResourceCollectionProps cfnResourceCollectionProps = CfnResourceCollectionProps.builder()
.resourceCollectionFilter(ResourceCollectionFilterProperty.builder()
.cloudFormation(CloudFormationCollectionFilterProperty.builder()
.stackNames(List.of("stackNames"))
.build())
.tags(List.of(TagCollectionProperty.builder()
.appBoundaryKey("appBoundaryKey")
.tagValues(List.of("tagValues"))
.build()))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceCollectionProps.Builder
A builder for
CfnResourceCollectionProps |
static class |
CfnResourceCollectionProps.Jsii$Proxy
An implementation for
CfnResourceCollectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceCollectionProps.Builder |
builder() |
Object |
getResourceCollectionFilter()
Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
|
@Stability(value=Stable) @NotNull Object getResourceCollectionFilter()
@Stability(value=Stable) static CfnResourceCollectionProps.Builder builder()
CfnResourceCollectionProps.Builder of CfnResourceCollectionPropsCopyright © 2022. All rights reserved.