ApplicationComponentInfoArgs

data class ApplicationComponentInfoArgs(val componentType: Output<ApplicationComponentInfoComponentType>? = null, val ec2InstanceId: Output<String>? = null, val sid: Output<String>? = null) : ConvertibleToJava<ApplicationComponentInfoArgs>

Constructors

Link copied to clipboard
constructor(componentType: Output<ApplicationComponentInfoComponentType>? = null, ec2InstanceId: Output<String>? = null, sid: Output<String>? = null)

Properties

Link copied to clipboard

This string is the type of the component. Accepted value is WD .

Link copied to clipboard
val ec2InstanceId: Output<String>? = null

This is the Amazon EC2 instance on which your SAP component is running. Accepted values are alphanumeric.

Link copied to clipboard
val sid: Output<String>? = null

This string is the SAP System ID of the component. Accepted values are alphanumeric.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationComponentInfoArgs