Interface DictionaryReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DictionaryReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-16T16:14:35.785Z")
@Stability(Stable)
public interface DictionaryReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Dictionary resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.elementalinference.*;
DictionaryReference dictionaryReference = DictionaryReference.builder()
.dictionaryArn("dictionaryArn")
.dictionaryId("dictionaryId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDictionaryReferencestatic final classAn implementation forDictionaryReference -
Method Summary
Modifier and TypeMethodDescriptionstatic DictionaryReference.Builderbuilder()The ARN of the Dictionary resource.The Id of the Dictionary resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDictionaryArn
The ARN of the Dictionary resource. -
getDictionaryId
The Id of the Dictionary resource. -
builder
- Returns:
- a
DictionaryReference.BuilderofDictionaryReference
-