@Stability(value=Stable) public static final class CfnApplicationOutput.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationOutput>
CfnApplicationOutput.| Modifier and Type | Method and Description |
|---|---|
CfnApplicationOutput.Builder |
applicationName(String applicationName)
Name of the application to which you want to add the output configuration.
|
CfnApplicationOutput |
build() |
static CfnApplicationOutput.Builder |
create(Construct scope,
String id) |
CfnApplicationOutput.Builder |
output(CfnApplicationOutput.OutputProperty output)
An array of objects, each describing one output configuration.
|
CfnApplicationOutput.Builder |
output(IResolvable output)
An array of objects, each describing one output configuration.
|
@Stability(value=Stable) public static CfnApplicationOutput.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApplicationOutput.DestinationSchemaProperty.Builder.@Stability(value=Stable) public CfnApplicationOutput.Builder applicationName(String applicationName)
applicationName - Name of the application to which you want to add the output configuration. This parameter is required.this@Stability(value=Stable) public CfnApplicationOutput.Builder output(IResolvable output)
In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination.
output - An array of objects, each describing one output configuration. This parameter is required.this@Stability(value=Stable) public CfnApplicationOutput.Builder output(CfnApplicationOutput.OutputProperty output)
In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination.
output - An array of objects, each describing one output configuration. This parameter is required.this@Stability(value=Stable) public CfnApplicationOutput build()
build in interface software.amazon.jsii.Builder<CfnApplicationOutput>Copyright © 2022. All rights reserved.