ServiceArgs

constructor(annotations: Output<Map<String, String>>? = null, binaryAuthorization: Output<ServiceBinaryAuthorizationArgs>? = null, client: Output<String>? = null, clientVersion: Output<String>? = null, customAudiences: Output<List<String>>? = null, defaultUriDisabled: Output<Boolean>? = null, description: Output<String>? = null, ingress: Output<String>? = null, labels: Output<Map<String, String>>? = null, launchStage: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, scaling: Output<ServiceScalingArgs>? = null, template: Output<ServiceTemplateArgs>? = null, traffics: Output<List<ServiceTrafficArgs>>? = null)