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 1000 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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnResourceCollection.CloudFormationCollectionFilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStackNames
An array of CloudFormation stack names.- See Also:
-
builder
@Stability(Stable) static CfnResourceCollection.CloudFormationCollectionFilterProperty.Builder builder()
-