Interface CfnIndexMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIndexMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:04.504Z")
@Stability(Stable)
public interface CfnIndexMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnIndexPropsMixin.
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.resourceexplorer2.*;
CfnIndexMixinProps cfnIndexMixinProps = CfnIndexMixinProps.builder()
.tags(Map.of(
"tagsKey", "tags"))
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIndexMixinPropsstatic final classAn implementation forCfnIndexMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTags
The specified tags are attached to only the index created in this AWS Region .The tags don't attach to any of the resources listed in the index.
- See Also:
-
getType
Specifies the type of the index in this Region.For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index in the AWS Resource Explorer User Guide. .
- See Also:
-
builder
- Returns:
- a
CfnIndexMixinProps.BuilderofCfnIndexMixinProps
-