AWS Native is in preview. AWS Classic is fully supported.
aws-native.refactorspaces.getService
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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 - Environment
Identifier string - Service
Identifier string
- Application
Identifier string - Environment
Identifier string - Service
Identifier string
- application
Identifier String - environment
Identifier String - service
Identifier String
- application
Identifier string - environment
Identifier string - service
Identifier string
- application
Identifier String - environment
Identifier String - service
Identifier String
getService Result
The following output properties are available:
- Arn string
- Service
Identifier string - List<Pulumi.
Aws Native. Refactor Spaces. Outputs. Service Tag> Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- Arn string
- Service
Identifier string - []Service
Tag Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn String
- service
Identifier String - List<Service
Tag> Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn string
- service
Identifier string - Service
Tag[] Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn str
- service_
identifier str - Sequence[Service
Tag] Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn String
- service
Identifier String - 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
ServiceTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.