Interface CfnSupportPermit.SigningKeyInfoProperty

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

@Stability(Stable) public static interface CfnSupportPermit.SigningKeyInfoProperty extends software.amazon.jsii.JsiiSerializable
The signing key used by the permit.

Exactly one key type must be provided.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.supportauthz.*;
 SigningKeyInfoProperty signingKeyInfoProperty = SigningKeyInfoProperty.builder()
         .kmsKey("kmsKey")
         .build();
 

See Also: