Interface CfnLensMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLensMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:27.312Z")
@Stability(Stable)
public interface CfnLensMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnLensPropsMixin.
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.wellarchitected.*;
CfnLensMixinProps cfnLensMixinProps = CfnLensMixinProps.builder()
.jsonString("jsonString")
.lensVersion("lensVersion")
.tags(List.of(TagsItemsProperty.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLensMixinPropsstatic final classAn implementation forCfnLensMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnLensMixinProps.Builderbuilder()default StringThe JSON representation of a lens.default StringThe version of the lens.default List<CfnLensPropsMixin.TagsItemsProperty> getTags()The tags assigned to the lens.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getJsonString
The JSON representation of a lens.- See Also:
-
getLensVersion
The version of the lens.- See Also:
-
getTags
The tags assigned to the lens.- See Also:
-
builder
- Returns:
- a
CfnLensMixinProps.BuilderofCfnLensMixinProps
-