Application Component Info Args
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)