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: