Interface CfnServicePropsMixin.ApiKeyDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServicePropsMixin.ApiKeyDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnServicePropsMixin
@Stability(Stable)
public static interface CfnServicePropsMixin.ApiKeyDetailsProperty
extends software.amazon.jsii.JsiiSerializable
API key authentication details.
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.devopsagent.*;
ApiKeyDetailsProperty apiKeyDetailsProperty = ApiKeyDetailsProperty.builder()
.apiKeyHeader("apiKeyHeader")
.apiKeyName("apiKeyName")
.apiKeyValue("apiKeyValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServicePropsMixin.ApiKeyDetailsPropertystatic final classAn implementation forCfnServicePropsMixin.ApiKeyDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiKeyHeader
HTTP header name to send the API key.- See Also:
-
getApiKeyName
User friendly API key name.- See Also:
-
getApiKeyValue
API key value.- See Also:
-
builder
-