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<TagArgs>>? = 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
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)
Properties
Link copied to clipboard
The unique identifier of the application.
Link copied to clipboard
A description of the service.
Link copied to clipboard
The endpoint type of the service.
Link copied to clipboard
The unique identifier of the environment.
Link copied to clipboard
A summary of the configuration for the AWS Lambda endpoint type.
Link copied to clipboard
The summary of the configuration for the URL endpoint type.