@Stability(value=Stable)
public static interface CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty
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.appflow.*;
DynatraceConnectorProfileCredentialsProperty dynatraceConnectorProfileCredentialsProperty = DynatraceConnectorProfileCredentialsProperty.builder()
.apiToken("apiToken")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty.Builder |
builder() |
String |
getApiToken()
The API tokens used by Dynatrace API to authenticate various API calls.
|
@Stability(value=Stable) @NotNull String getApiToken()
@Stability(value=Stable) static CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.