@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.986Z") @Stability(value=Stable) public class CfnApplication extends CfnResource implements IInspectable
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.kinesisanalytics.*;
CfnApplication cfnApplication = CfnApplication.Builder.create(this, "MyCfnApplication")
.inputs(List.of(InputProperty.builder()
.inputSchema(InputSchemaProperty.builder()
.recordColumns(List.of(RecordColumnProperty.builder()
.name("name")
.sqlType("sqlType")
// the properties below are optional
.mapping("mapping")
.build()))
.recordFormat(RecordFormatProperty.builder()
.recordFormatType("recordFormatType")
// the properties below are optional
.mappingParameters(MappingParametersProperty.builder()
.csvMappingParameters(CSVMappingParametersProperty.builder()
.recordColumnDelimiter("recordColumnDelimiter")
.recordRowDelimiter("recordRowDelimiter")
.build())
.jsonMappingParameters(JSONMappingParametersProperty.builder()
.recordRowPath("recordRowPath")
.build())
.build())
.build())
// the properties below are optional
.recordEncoding("recordEncoding")
.build())
.namePrefix("namePrefix")
// the properties below are optional
.inputParallelism(InputParallelismProperty.builder()
.count(123)
.build())
.inputProcessingConfiguration(InputProcessingConfigurationProperty.builder()
.inputLambdaProcessor(InputLambdaProcessorProperty.builder()
.resourceArn("resourceArn")
.roleArn("roleArn")
.build())
.build())
.kinesisFirehoseInput(KinesisFirehoseInputProperty.builder()
.resourceArn("resourceArn")
.roleArn("roleArn")
.build())
.kinesisStreamsInput(KinesisStreamsInputProperty.builder()
.resourceArn("resourceArn")
.roleArn("roleArn")
.build())
.build()))
// the properties below are optional
.applicationCode("applicationCode")
.applicationDescription("applicationDescription")
.applicationName("applicationName")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnApplication.Builder
A fluent builder for
CfnApplication. |
static interface |
CfnApplication.CSVMappingParametersProperty
Example:
|
static interface |
CfnApplication.InputLambdaProcessorProperty
Example:
|
static interface |
CfnApplication.InputParallelismProperty
Example:
|
static interface |
CfnApplication.InputProcessingConfigurationProperty
Example:
|
static interface |
CfnApplication.InputProperty
Example:
|
static interface |
CfnApplication.InputSchemaProperty
Example:
|
static interface |
CfnApplication.JSONMappingParametersProperty
Example:
|
static interface |
CfnApplication.KinesisFirehoseInputProperty
Example:
|
static interface |
CfnApplication.KinesisStreamsInputProperty
Example:
|
static interface |
CfnApplication.MappingParametersProperty
Example:
|
static interface |
CfnApplication.RecordColumnProperty
Example:
|
static interface |
CfnApplication.RecordFormatProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnApplication(software.constructs.Construct scope,
String id,
CfnApplicationProps props)
Create a new `AWS::KinesisAnalytics::Application`.
|
protected |
CfnApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnApplication(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationCode()
`AWS::KinesisAnalytics::Application.ApplicationCode`.
|
String |
getApplicationDescription()
`AWS::KinesisAnalytics::Application.ApplicationDescription`.
|
String |
getApplicationName()
`AWS::KinesisAnalytics::Application.ApplicationName`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getInputs()
`AWS::KinesisAnalytics::Application.Inputs`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApplicationCode(String value)
`AWS::KinesisAnalytics::Application.ApplicationCode`.
|
void |
setApplicationDescription(String value)
`AWS::KinesisAnalytics::Application.ApplicationDescription`.
|
void |
setApplicationName(String value)
`AWS::KinesisAnalytics::Application.ApplicationName`.
|
void |
setInputs(IResolvable value)
`AWS::KinesisAnalytics::Application.Inputs`.
|
void |
setInputs(List<Object> value)
`AWS::KinesisAnalytics::Application.Inputs`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnApplication(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnApplicationProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @Nullable public String getApplicationCode()
@Stability(value=Stable)
public void setApplicationCode(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getApplicationDescription()
@Stability(value=Stable)
public void setApplicationDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getApplicationName()
@Stability(value=Stable)
public void setApplicationName(@Nullable
String value)
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getInputs()
@Stability(value=Stable)
public void setInputs(@NotNull
IResolvable value)
Copyright © 2021. All rights reserved.