@Stability(value=Stable)
public static interface CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty
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.*;
DynatraceConnectorProfilePropertiesProperty dynatraceConnectorProfilePropertiesProperty = DynatraceConnectorProfilePropertiesProperty.builder()
.instanceUrl("instanceUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty.Builder |
builder() |
String |
getInstanceUrl()
The location of the Dynatrace resource.
|
@Stability(value=Stable) @NotNull String getInstanceUrl()
@Stability(value=Stable) static CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.