Service Args
constructor(applicationIdentifier: Output<String>? = null, description: Output<String>? = null, endpointType: Output<ServiceEndpointType>? = null, environmentIdentifier: Output<String>? = null, lambdaEndpoint: Output<ServiceLambdaEndpointInputArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, urlEndpoint: Output<ServiceUrlEndpointInputArgs>? = null, vpcId: Output<String>? = null)