Interface CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty.Jsii$Proxy
- Enclosing class:
- CfnConnectorProfile
@Stability(Stable)
public static interface CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
The connector-specific profile credentials required by Dynatrace.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The API tokens used by Dynatrace API to authenticate various API calls.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiToken
The API tokens used by Dynatrace API to authenticate various API calls. -
builder
@Stability(Stable) static CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty.Builder builder()
-