Interface CfnResourceCollection.CloudFormationCollectionFilterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnResourceCollection.CloudFormationCollectionFilterProperty.Jsii$Proxy
Enclosing class:
CfnResourceCollection

@Stability(Stable) public static interface CfnResourceCollection.CloudFormationCollectionFilterProperty extends software.amazon.jsii.JsiiSerializable
Information about AWS CloudFormation stacks.

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();