Interface CfnResourceCollectionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceCollectionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.078Z")
@Stability(Stable)
public interface CfnResourceCollectionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnResourceCollectionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.devopsguru.*;
CfnResourceCollectionMixinProps cfnResourceCollectionMixinProps = CfnResourceCollectionMixinProps.builder()
.resourceCollectionFilter(ResourceCollectionFilterProperty.builder()
.cloudFormation(CloudFormationCollectionFilterProperty.builder()
.stackNames(List.of("stackNames"))
.build())
.tags(List.of(TagCollectionProperty.builder()
.appBoundaryKey("appBoundaryKey")
.tagValues(List.of("tagValues"))
.build()))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceCollectionMixinPropsstatic final classAn implementation forCfnResourceCollectionMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceCollectionFilter
Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.Returns union: either
IResolvableorCfnResourceCollectionPropsMixin.ResourceCollectionFilterProperty- See Also:
-
builder
-