@Stability(value=Stable)
public static interface CfnResourceCollection.ResourceCollectionFilterProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnResourceCollection.ResourceCollectionFilterProperty.CloudFormation`.
|
@Stability(value=Stable) @Nullable default Object getCloudFormation()
@Stability(value=Stable) static CfnResourceCollection.ResourceCollectionFilterProperty.Builder builder()
Copyright © 2021. All rights reserved.