Service Args
data class ServiceArgs(val applicationIdentifier: Output<String>? = null, val description: Output<String>? = null, val endpointType: Output<ServiceEndpointType>? = null, val environmentIdentifier: Output<String>? = null, val lambdaEndpoint: Output<ServiceLambdaEndpointInputArgs>? = null, val name: Output<String>? = null, val tags: Output<List<ServiceTagArgs>>? = null, val urlEndpoint: Output<ServiceUrlEndpointInputArgs>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<ServiceArgs>
Definition of AWS::RefactorSpaces::Service Resource Type
Constructors
Link copied to clipboard
fun ServiceArgs(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<ServiceTagArgs>>? = null, urlEndpoint: Output<ServiceUrlEndpointInputArgs>? = null, vpcId: Output<String>? = null)