@Stability(value=Stable)
public static interface CfnResourceCollection.CloudFormationCollectionFilterProperty
extends software.amazon.jsii.JsiiSerializable
You can use up to 500 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .
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.*;
CloudFormationCollectionFilterProperty cloudFormationCollectionFilterProperty = CloudFormationCollectionFilterProperty.builder()
.stackNames(List.of("stackNames"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceCollection.CloudFormationCollectionFilterProperty.Builder
|
static class |
CfnResourceCollection.CloudFormationCollectionFilterProperty.Jsii$Proxy
An implementation for
CfnResourceCollection.CloudFormationCollectionFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceCollection.CloudFormationCollectionFilterProperty.Builder |
builder() |
default List<String> |
getStackNames()
An array of CloudFormation stack names.
|
@Stability(value=Stable) @Nullable default List<String> getStackNames()
@Stability(value=Stable) static CfnResourceCollection.CloudFormationCollectionFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.