All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDictionaryMixinProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-16T16:14:40.953Z") @Stability(Stable) public interface CfnDictionaryMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnDictionaryPropsMixin.

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.elementalinference.*;
 CfnDictionaryMixinProps cfnDictionaryMixinProps = CfnDictionaryMixinProps.builder()
         .entries("entries")
         .language("language")
         .name("name")
         .tags(Map.of(
                 "tagsKey", "tags"))
         .build();
 

See Also: