Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-aws.Go to Latest
upbound/provider-aws@v0.30.0
Application
kinesisanalyticsv2.aws.upbound.io
Application
upbound/provider-aws@v0.30.0kinesisanalyticsv2.aws.upbound.io

Application is the Schema for the Applications API. Manages a Kinesis Analytics v2 Application.

Type

CRD

Group

kinesisanalyticsv2.aws.upbound.io

Version

v1beta1

apiVersion: kinesisanalyticsv2.aws.upbound.io/v1beta1

kind: Application

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

ApplicationSpec defines the desired state of Application

forProvider
requiredobject
requiredobject

No description provided.

array

The application's configuration

requiredarray

The code location and type parameters for the application.

array

The location and type of the application code.

array

Information about the Amazon S3 bucket containing the application code.

bucketArn
string
object

Reference to a Bucket in s3 to populate bucketArn.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Bucket in s3 to populate bucketArn.

policy
object
object

Policies for selection.

resolve
string
fileKey
string
object

Reference to a Object in s3 to populate fileKey.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Object in s3 to populate fileKey.

policy
object
object

Policies for selection.

resolve
string
codeContentType
requiredstring
array

Describes whether snapshots are enabled for a Flink-based application.

snapshotsEnabled
requiredboolean
array

Describes execution properties for a Flink-based application.

propertyGroup
requiredarray
requiredarray

Describes the execution property groups.

propertyGroupId
requiredstring
propertyMap
requiredobject
array

The configuration of a Flink-based application.

array

Describes an application's checkpointing configuration.

array

Describes configuration parameters for CloudWatch logging for an application.

configurationType
requiredstring
logLevel
string
array

Describes parameters for how an application executes multiple tasks simultaneously.

array

Describes the starting properties for a Flink-based application.

array

The restore behavior of a restarting application.

array

The starting parameters for a Flink-based Kinesis Data Analytics application.

array

The configuration of a SQL-based application.

input
array
array

The input stream used by the application.

array

Describes the number of in-application streams to create.

count
number
array

The input processing configuration for the input. An input processor transforms records as they are received from the stream, before the application's SQL code executes.

requiredarray

Describes the Lambda function that is used to preprocess the records in the stream before being processed by your application code.

resourceArn
requiredstring
inputSchema
requiredarray
requiredarray

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

recordColumn
requiredarray
requiredarray

Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

mapping
string
name
requiredstring
sqlType
requiredstring
recordFormat
requiredarray
requiredarray

Specifies the format of the records on the streaming source.

mappingParameters
requiredarray
requiredarray

Provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

array

Provides additional mapping information when the record format uses delimiters (for example, CSV).

recordColumnDelimiter
requiredstring
recordRowDelimiter
requiredstring
array

Provides additional mapping information when JSON is the record format on the streaming source.

recordRowPath
requiredstring
recordFormatType
requiredstring
array

The point at which the application starts processing records from the streaming source.

array

If the streaming source is a Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.

resourceArn
requiredstring
array

If the streaming source is a Kinesis data stream, identifies the stream's Amazon Resource Name (ARN).

object

Reference to a Stream in kinesis to populate resourceArn.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Stream in kinesis to populate resourceArn.

policy
object
object

Policies for selection.

resolve
string
namePrefix
requiredstring
output
array
array

The destination streams used by the application.

destinationSchema
requiredarray
requiredarray

Describes the data format when records are written to the destination.

recordFormatType
requiredstring
array

Identifies a Kinesis Data Firehose delivery stream as the destination.

object

Reference to a DeliveryStream in firehose to populate resourceArn.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a DeliveryStream in firehose to populate resourceArn.

policy
object
object

Policies for selection.

resolve
string
array

Identifies a Kinesis data stream as the destination.

resourceArn
requiredstring
array

Identifies a Lambda function as the destination.

object

Reference to a Function in lambda to populate resourceArn.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Function in lambda to populate resourceArn.

policy
object
object

Policies for selection.

resolve
string
name
requiredstring
array

The reference data source used by the application.

referenceSchema
requiredarray
requiredarray

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

recordColumn
requiredarray
requiredarray

Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

mapping
string
name
requiredstring
sqlType
requiredstring
recordFormat
requiredarray
requiredarray

Specifies the format of the records on the streaming source.

mappingParameters
requiredarray
requiredarray

Provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

array

Provides additional mapping information when the record format uses delimiters (for example, CSV).

recordColumnDelimiter
requiredstring
recordRowDelimiter
requiredstring
array

Provides additional mapping information when JSON is the record format on the streaming source.

recordRowPath
requiredstring
recordFormatType
requiredstring
requiredarray

Identifies the S3 bucket and object that contains the reference data.

bucketArn
string
object

Reference to a Bucket in s3 to populate bucketArn.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Bucket in s3 to populate bucketArn.

policy
object
object

Policies for selection.

resolve
string
fileKey
requiredstring
tableName
requiredstring
array

The VPC configuration of a Flink-based application.

securityGroupIds
requiredarray
requiredarray

The Security Group IDs used by the VPC configuration.

subnetIds
requiredarray
requiredarray

The Subnet IDs used by the VPC configuration.

array

A CloudWatch log stream to monitor application configuration errors.

object

Reference to a Stream in cloudwatchlogs to populate logStreamArn.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Stream in cloudwatchlogs to populate logStreamArn.

policy
object
object

Policies for selection.

resolve
string
forceStop
boolean
region
requiredstring
runtimeEnvironment
requiredstring
object

Reference to a Role in iam to populate serviceExecutionRole.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Role in iam to populate serviceExecutionRole.

policy
object
object

Policies for selection.

resolve
string
tags
object
object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

ApplicationStatus defines the observed state of Application.

object

No description provided.

array

The application's configuration

array

The configuration of a SQL-based application.

input
array
array

The input stream used by the application.

array

No description provided.

inputId
string
output
array
array

The destination streams used by the application.

outputId
string
array

The reference data source used by the application.

array

The VPC configuration of a Flink-based application.

arn
string
array

A CloudWatch log stream to monitor application configuration errors.

id
string
status
string
tagsAll
object
versionId
number
array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.