@Stability(value=Stable)
public static interface CfnServer.WorkflowDetailProperty
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.transfer.*;
WorkflowDetailProperty workflowDetailProperty = WorkflowDetailProperty.builder()
.executionRole("executionRole")
.workflowId("workflowId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServer.WorkflowDetailProperty.Builder
A builder for
CfnServer.WorkflowDetailProperty |
static class |
CfnServer.WorkflowDetailProperty.Jsii$Proxy
An implementation for
CfnServer.WorkflowDetailProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnServer.WorkflowDetailProperty.Builder |
builder() |
String |
getExecutionRole()
Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources.
|
String |
getWorkflowId()
A unique identifier for the workflow.
|
@Stability(value=Stable) @NotNull String getExecutionRole()
@Stability(value=Stable) @NotNull String getWorkflowId()
@Stability(value=Stable) static CfnServer.WorkflowDetailProperty.Builder builder()
Copyright © 2022. All rights reserved.