Interface CfnDomainPropsMixin.JWTOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDomainPropsMixin.JWTOptionsProperty.Jsii$Proxy
Enclosing class:
CfnDomainPropsMixin

@Stability(Stable) public static interface CfnDomainPropsMixin.JWTOptionsProperty extends software.amazon.jsii.JsiiSerializable
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.opensearchservice.*;
 JWTOptionsProperty jWTOptionsProperty = JWTOptionsProperty.builder()
         .enabled(false)
         .publicKey("publicKey")
         .rolesKey("rolesKey")
         .subjectKey("subjectKey")
         .build();
 

See Also: