@Stability(value=Stable)
public static interface CfnService.UrlEndpointInputProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.refactorspaces.*;
UrlEndpointInputProperty urlEndpointInputProperty = UrlEndpointInputProperty.builder()
.url("url")
// the properties below are optional
.healthUrl("healthUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.UrlEndpointInputProperty.Builder
A builder for
CfnService.UrlEndpointInputProperty |
static class |
CfnService.UrlEndpointInputProperty.Jsii$Proxy
An implementation for
CfnService.UrlEndpointInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.UrlEndpointInputProperty.Builder |
builder() |
default String |
getHealthUrl()
`CfnService.UrlEndpointInputProperty.HealthUrl`.
|
String |
getUrl()
`CfnService.UrlEndpointInputProperty.Url`.
|
@Stability(value=Stable) @Nullable default String getHealthUrl()
@Stability(value=Stable) @NotNull String getUrl()
@Stability(value=Stable) static CfnService.UrlEndpointInputProperty.Builder builder()
Copyright © 2021. All rights reserved.