Interface CfnActionConnector.APIKeyConnectionMetadataProperty

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

@Stability(Stable) public static interface CfnActionConnector.APIKeyConnectionMetadataProperty 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.services.quicksight.*;
 APIKeyConnectionMetadataProperty aPIKeyConnectionMetadataProperty = APIKeyConnectionMetadataProperty.builder()
         .apiKey("apiKey")
         .baseEndpoint("baseEndpoint")
         // the properties below are optional
         .email("email")
         .build();
 

See Also: