We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.refactorspaces.getService
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:refactorspaces:getService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationIdentifier string
- The unique identifier of the application.
- EnvironmentIdentifier string
- The unique identifier of the environment.
- ServiceIdentifier string
- The unique identifier of the service.
- ApplicationIdentifier string
- The unique identifier of the application.
- EnvironmentIdentifier string
- The unique identifier of the environment.
- ServiceIdentifier string
- The unique identifier of the service.
- applicationIdentifier String
- The unique identifier of the application.
- environmentIdentifier String
- The unique identifier of the environment.
- serviceIdentifier String
- The unique identifier of the service.
- applicationIdentifier string
- The unique identifier of the application.
- environmentIdentifier string
- The unique identifier of the environment.
- serviceIdentifier 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.
- applicationIdentifier String
- The unique identifier of the application.
- environmentIdentifier String
- The unique identifier of the environment.
- serviceIdentifier 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.
- ServiceIdentifier 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.
- ServiceIdentifier 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.
- serviceIdentifier 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.
- serviceIdentifier 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.
- serviceIdentifier 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 Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi