Interface CfnServicePropsMixin.BearerTokenDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServicePropsMixin.BearerTokenDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnServicePropsMixin
@Stability(Stable)
public static interface CfnServicePropsMixin.BearerTokenDetailsProperty
extends software.amazon.jsii.JsiiSerializable
Bearer token 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.*;
BearerTokenDetailsProperty bearerTokenDetailsProperty = BearerTokenDetailsProperty.builder()
.authorizationHeader("authorizationHeader")
.tokenName("tokenName")
.tokenValue("tokenValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServicePropsMixin.BearerTokenDetailsPropertystatic final classAn implementation forCfnServicePropsMixin.BearerTokenDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthorizationHeader
HTTP header name to send the bearer token.Default: - "Authorization"
- See Also:
-
getTokenName
User friendly bearer token name.- See Also:
-
getTokenValue
Bearer token value.- See Also:
-
builder
-