@Stability(value=Stable)
public static interface CfnFunction.DestinationProperty
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.sam.*;
DestinationProperty destinationProperty = DestinationProperty.builder()
.destination("destination")
// the properties below are optional
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.DestinationProperty.Builder
A builder for
CfnFunction.DestinationProperty |
static class |
CfnFunction.DestinationProperty.Jsii$Proxy
An implementation for
CfnFunction.DestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.DestinationProperty.Builder |
builder() |
String |
getDestination()
`CfnFunction.DestinationProperty.Destination`.
|
default String |
getType()
`CfnFunction.DestinationProperty.Type`.
|
@Stability(value=Stable) @NotNull String getDestination()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnFunction.DestinationProperty.Builder builder()
Copyright © 2023. All rights reserved.