getService

Definition of AWS::RefactorSpaces::Service Resource Type

Return

null

Parameters

argument

null


suspend fun getService(applicationIdentifier: String, environmentIdentifier: String, serviceIdentifier: String): GetServiceResult

Return

null

Parameters

applicationIdentifier

The unique identifier of the application.

environmentIdentifier

The unique identifier of the environment.

serviceIdentifier

The unique identifier of the service.

See also


suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.refactorspaces.kotlin.inputs.GetServicePlainArgs.

See also