@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.793Z") @Stability(value=Stable) public interface CfnResourceCollectionProps 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.*;
CfnResourceCollectionProps cfnResourceCollectionProps = CfnResourceCollectionProps.builder()
.resourceCollectionFilter(ResourceCollectionFilterProperty.builder()
.cloudFormation(CloudFormationCollectionFilterProperty.builder()
.stackNames(List.of("stackNames"))
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceCollectionProps.Builder
A builder for
CfnResourceCollectionProps |
static class |
CfnResourceCollectionProps.Jsii$Proxy
An implementation for
CfnResourceCollectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceCollectionProps.Builder |
builder() |
Object |
getResourceCollectionFilter()
`AWS::DevOpsGuru::ResourceCollection.ResourceCollectionFilter`.
|
@Stability(value=Stable) @NotNull Object getResourceCollectionFilter()
@Stability(value=Stable) static CfnResourceCollectionProps.Builder builder()
CfnResourceCollectionProps.Builder of CfnResourceCollectionPropsCopyright © 2021. All rights reserved.