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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnActionConnector.APIKeyConnectionMetadataPropertystatic final classAn implementation forCfnActionConnector.APIKeyConnectionMetadataProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiKey
- See Also:
-
getBaseEndpoint
- See Also:
-
getEmail
- See Also:
-
builder
-