@Stability(value=Stable)
public static interface CfnResourceCollection.ResourceCollectionFilterProperty
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.*;
ResourceCollectionFilterProperty resourceCollectionFilterProperty = ResourceCollectionFilterProperty.builder()
.cloudFormation(CloudFormationCollectionFilterProperty.builder()
.stackNames(List.of("stackNames"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceCollection.ResourceCollectionFilterProperty.Builder
A builder for
CfnResourceCollection.ResourceCollectionFilterProperty |
static class |
CfnResourceCollection.ResourceCollectionFilterProperty.Jsii$Proxy
An implementation for
CfnResourceCollection.ResourceCollectionFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceCollection.ResourceCollectionFilterProperty.Builder |
builder() |
default Object |
getCloudFormation()
Information about AWS CloudFormation stacks.
|
@Stability(value=Stable) @Nullable default Object getCloudFormation()
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 .
@Stability(value=Stable) static CfnResourceCollection.ResourceCollectionFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.