@Stability(value=Stable)
public static interface CfnEndpoint.SecondaryProperty
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.events.*;
SecondaryProperty secondaryProperty = SecondaryProperty.builder()
.route("route")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.SecondaryProperty.Builder
A builder for
CfnEndpoint.SecondaryProperty |
static class |
CfnEndpoint.SecondaryProperty.Jsii$Proxy
An implementation for
CfnEndpoint.SecondaryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.SecondaryProperty.Builder |
builder() |
String |
getRoute()
Defines the secondary Region.
|
@Stability(value=Stable) @NotNull String getRoute()
@Stability(value=Stable) static CfnEndpoint.SecondaryProperty.Builder builder()
Copyright © 2022. All rights reserved.