@Stability(value=Stable)
public static interface CfnFlow.InforNexusSourcePropertiesProperty
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.*;
InforNexusSourcePropertiesProperty inforNexusSourcePropertiesProperty = InforNexusSourcePropertiesProperty.builder()
.object("object")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.InforNexusSourcePropertiesProperty.Builder
A builder for
CfnFlow.InforNexusSourcePropertiesProperty |
static class |
CfnFlow.InforNexusSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.InforNexusSourcePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.InforNexusSourcePropertiesProperty.Builder |
builder() |
String |
getObject()
The object specified in the Infor Nexus flow source.
|
@Stability(value=Stable) @NotNull String getObject()
@Stability(value=Stable) static CfnFlow.InforNexusSourcePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.