public static interface CfnResourceCollection.CloudFormationCollectionFilterProperty
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 java.util.List<java.lang.String> |
getStackNames()
An array of CloudFormation stack names.
|