ServiceArgs

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
val applicationIdentifier: Output<String>? = null

The unique identifier of the application.

Link copied to clipboard
val description: Output<String>? = null

A description of the service.

Link copied to clipboard
val endpointType: Output<ServiceEndpointType>? = null

The endpoint type of the service.

Link copied to clipboard
val environmentIdentifier: Output<String>? = null

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
val name: Output<String>? = null

The name of the service.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

Link copied to clipboard

The summary of the configuration for the URL endpoint type.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the virtual private cloud (VPC).

Functions

Link copied to clipboard
open override fun toJava(): ServiceArgs