Get Ec2Instance Result
data class GetEc2InstanceResult(val azureApiVersion: String, val id: String, val name: String, val properties: Ec2InstancePropertiesResponse, val systemData: SystemDataResponse, val type: String)
A Microsoft.AwsConnector resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: Ec2InstancePropertiesResponse, systemData: SystemDataResponse, type: String)