We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.refactorspaces.getService
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Definition of AWS::RefactorSpaces::Service Resource Type
Using getService
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getService(args: GetServiceArgs, opts?: InvokeOptions): Promise<GetServiceResult>
function getServiceOutput(args: GetServiceOutputArgs, opts?: InvokeOptions): Output<GetServiceResult>
def get_service(application_identifier: Optional[str] = None,
environment_identifier: Optional[str] = None,
service_identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceResult
def get_service_output(application_identifier: Optional[pulumi.Input[str]] = None,
environment_identifier: Optional[pulumi.Input[str]] = None,
service_identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceResult]
func LookupService(ctx *Context, args *LookupServiceArgs, opts ...InvokeOption) (*LookupServiceResult, error)
func LookupServiceOutput(ctx *Context, args *LookupServiceOutputArgs, opts ...InvokeOption) LookupServiceResultOutput
> Note: This function is named LookupService
in the Go SDK.
public static class GetService
{
public static Task<GetServiceResult> InvokeAsync(GetServiceArgs args, InvokeOptions? opts = null)
public static Output<GetServiceResult> Invoke(GetServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:refactorspaces:getService
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Identifier string - The unique identifier of the application.
- Environment
Identifier string - The unique identifier of the environment.
- Service
Identifier string - The unique identifier of the service.
- Application
Identifier string - The unique identifier of the application.
- Environment
Identifier string - The unique identifier of the environment.
- Service
Identifier string - The unique identifier of the service.
- application
Identifier String - The unique identifier of the application.
- environment
Identifier String - The unique identifier of the environment.
- service
Identifier String - The unique identifier of the service.
- application
Identifier string - The unique identifier of the application.
- environment
Identifier string - The unique identifier of the environment.
- service
Identifier string - The unique identifier of the service.
- application_
identifier str - The unique identifier of the application.
- environment_
identifier str - The unique identifier of the environment.
- service_
identifier str - The unique identifier of the service.
- application
Identifier String - The unique identifier of the application.
- environment
Identifier String - The unique identifier of the environment.
- service
Identifier String - The unique identifier of the service.
getService Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the service.
- Service
Identifier string - The unique identifier of the service.
- List<Pulumi.
Aws Native. Outputs. Tag> - Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- Arn string
- The Amazon Resource Name (ARN) of the service.
- Service
Identifier string - The unique identifier of the service.
- Tag
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn String
- The Amazon Resource Name (ARN) of the service.
- service
Identifier String - The unique identifier of the service.
- List<Tag>
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn string
- The Amazon Resource Name (ARN) of the service.
- service
Identifier string - The unique identifier of the service.
- Tag[]
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn str
- The Amazon Resource Name (ARN) of the service.
- service_
identifier str - The unique identifier of the service.
- Sequence[root_Tag]
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn String
- The Amazon Resource Name (ARN) of the service.
- service
Identifier String - The unique identifier of the service.
- List<Property Map>
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi