aiven.FlinkApplicationDeployment
Explore with Pulumi AI
Create FlinkApplicationDeployment Resource
new FlinkApplicationDeployment(name: string, args: FlinkApplicationDeploymentArgs, opts?: CustomResourceOptions);
@overload
def FlinkApplicationDeployment(resource_name: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
parallelism: Optional[int] = None,
project: Optional[str] = None,
restart_enabled: Optional[bool] = None,
service_name: Optional[str] = None,
starting_savepoint: Optional[str] = None,
version_id: Optional[str] = None)
@overload
def FlinkApplicationDeployment(resource_name: str,
args: FlinkApplicationDeploymentArgs,
opts: Optional[ResourceOptions] = None)
func NewFlinkApplicationDeployment(ctx *Context, name string, args FlinkApplicationDeploymentArgs, opts ...ResourceOption) (*FlinkApplicationDeployment, error)
public FlinkApplicationDeployment(string name, FlinkApplicationDeploymentArgs args, CustomResourceOptions? opts = null)
public FlinkApplicationDeployment(String name, FlinkApplicationDeploymentArgs args)
public FlinkApplicationDeployment(String name, FlinkApplicationDeploymentArgs args, CustomResourceOptions options)
type: aiven:FlinkApplicationDeployment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlinkApplicationDeploymentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FlinkApplicationDeploymentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FlinkApplicationDeploymentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlinkApplicationDeploymentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FlinkApplicationDeploymentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
FlinkApplicationDeployment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The FlinkApplicationDeployment resource accepts the following input properties:
- Application
Id string Application ID
- Project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Version
Id string ApplicationVersion ID
- Parallelism int
Flink Job parallelism
- Restart
Enabled bool Specifies whether a Flink Job is restarted in case it fails
- Starting
Savepoint string Job savepoint
- Application
Id string Application ID
- Project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Version
Id string ApplicationVersion ID
- Parallelism int
Flink Job parallelism
- Restart
Enabled bool Specifies whether a Flink Job is restarted in case it fails
- Starting
Savepoint string Job savepoint
- application
Id String Application ID
- project String
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- service
Name String Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- version
Id String ApplicationVersion ID
- parallelism Integer
Flink Job parallelism
- restart
Enabled Boolean Specifies whether a Flink Job is restarted in case it fails
- starting
Savepoint String Job savepoint
- application
Id string Application ID
- project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- version
Id string ApplicationVersion ID
- parallelism number
Flink Job parallelism
- restart
Enabled boolean Specifies whether a Flink Job is restarted in case it fails
- starting
Savepoint string Job savepoint
- application_
id str Application ID
- project str
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- service_
name str Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- version_
id str ApplicationVersion ID
- parallelism int
Flink Job parallelism
- restart_
enabled bool Specifies whether a Flink Job is restarted in case it fails
- starting_
savepoint str Job savepoint
- application
Id String Application ID
- project String
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- service
Name String Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- version
Id String ApplicationVersion ID
- parallelism Number
Flink Job parallelism
- restart
Enabled Boolean Specifies whether a Flink Job is restarted in case it fails
- starting
Savepoint String Job savepoint
Outputs
All input properties are implicitly available as output properties. Additionally, the FlinkApplicationDeployment resource produces the following output properties:
- created_
at str Application deployment creation time
- created_
by str Application deployment creator
- id str
The provider-assigned unique ID for this managed resource.
Look up Existing FlinkApplicationDeployment Resource
Get an existing FlinkApplicationDeployment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FlinkApplicationDeploymentState, opts?: CustomResourceOptions): FlinkApplicationDeployment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
created_at: Optional[str] = None,
created_by: Optional[str] = None,
parallelism: Optional[int] = None,
project: Optional[str] = None,
restart_enabled: Optional[bool] = None,
service_name: Optional[str] = None,
starting_savepoint: Optional[str] = None,
version_id: Optional[str] = None) -> FlinkApplicationDeployment
func GetFlinkApplicationDeployment(ctx *Context, name string, id IDInput, state *FlinkApplicationDeploymentState, opts ...ResourceOption) (*FlinkApplicationDeployment, error)
public static FlinkApplicationDeployment Get(string name, Input<string> id, FlinkApplicationDeploymentState? state, CustomResourceOptions? opts = null)
public static FlinkApplicationDeployment get(String name, Output<String> id, FlinkApplicationDeploymentState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Application
Id string Application ID
- Created
At string Application deployment creation time
- Created
By string Application deployment creator
- Parallelism int
Flink Job parallelism
- Project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Restart
Enabled bool Specifies whether a Flink Job is restarted in case it fails
- Service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Starting
Savepoint string Job savepoint
- Version
Id string ApplicationVersion ID
- Application
Id string Application ID
- Created
At string Application deployment creation time
- Created
By string Application deployment creator
- Parallelism int
Flink Job parallelism
- Project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Restart
Enabled bool Specifies whether a Flink Job is restarted in case it fails
- Service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Starting
Savepoint string Job savepoint
- Version
Id string ApplicationVersion ID
- application
Id String Application ID
- created
At String Application deployment creation time
- created
By String Application deployment creator
- parallelism Integer
Flink Job parallelism
- project String
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- restart
Enabled Boolean Specifies whether a Flink Job is restarted in case it fails
- service
Name String Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- starting
Savepoint String Job savepoint
- version
Id String ApplicationVersion ID
- application
Id string Application ID
- created
At string Application deployment creation time
- created
By string Application deployment creator
- parallelism number
Flink Job parallelism
- project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- restart
Enabled boolean Specifies whether a Flink Job is restarted in case it fails
- service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- starting
Savepoint string Job savepoint
- version
Id string ApplicationVersion ID
- application_
id str Application ID
- created_
at str Application deployment creation time
- created_
by str Application deployment creator
- parallelism int
Flink Job parallelism
- project str
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- restart_
enabled bool Specifies whether a Flink Job is restarted in case it fails
- service_
name str Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- starting_
savepoint str Job savepoint
- version_
id str ApplicationVersion ID
- application
Id String Application ID
- created
At String Application deployment creation time
- created
By String Application deployment creator
- parallelism Number
Flink Job parallelism
- project String
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- restart
Enabled Boolean Specifies whether a Flink Job is restarted in case it fails
- service
Name String Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- starting
Savepoint String Job savepoint
- version
Id String ApplicationVersion ID
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aiven
Terraform Provider.