We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
published on Monday, Apr 20, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
published on Monday, Apr 20, 2026 by Pulumi
The AWS::DevOpsAgent::Service resource registers external services (like Dynatrace, MCP servers, GitLab) for integration with DevOpsAgent.
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(service_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceResult
def get_service_output(service_id: 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:devopsagent:getService
arguments:
# arguments dictionaryThe following arguments are supported:
- Service
Id string - The unique identifier of the service
- Service
Id string - The unique identifier of the service
- service
Id String - The unique identifier of the service
- service
Id string - The unique identifier of the service
- service_
id str - The unique identifier of the service
- service
Id String - The unique identifier of the service
getService Result
The following output properties are available:
- Accessible
Resources List<object> - List of accessible resources for this service
- Additional
Service Pulumi.Details Aws Native. Dev Ops Agent. Outputs. Service Additional Service Details - Additional details specific to the service type
- Arn string
- The Amazon Resource Name (ARN) of the Service.
- Service
Id string - The unique identifier of the service
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Accessible
Resources []interface{} - List of accessible resources for this service
- Additional
Service ServiceDetails Additional Service Details - Additional details specific to the service type
- Arn string
- The Amazon Resource Name (ARN) of the Service.
- Service
Id string - The unique identifier of the service
- Tag
- An array of key-value pairs to apply to this resource.
- accessible
Resources List<Object> - List of accessible resources for this service
- additional
Service ServiceDetails Additional Service Details - Additional details specific to the service type
- arn String
- The Amazon Resource Name (ARN) of the Service.
- service
Id String - The unique identifier of the service
- List<Tag>
- An array of key-value pairs to apply to this resource.
- accessible
Resources any[] - List of accessible resources for this service
- additional
Service ServiceDetails Additional Service Details - Additional details specific to the service type
- arn string
- The Amazon Resource Name (ARN) of the Service.
- service
Id string - The unique identifier of the service
- Tag[]
- An array of key-value pairs to apply to this resource.
- accessible_
resources Sequence[Any] - List of accessible resources for this service
- additional_
service_ Servicedetails Additional Service Details - Additional details specific to the service type
- arn str
- The Amazon Resource Name (ARN) of the Service.
- service_
id str - The unique identifier of the service
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- accessible
Resources List<Any> - List of accessible resources for this service
- additional
Service Property MapDetails - Additional details specific to the service type
- arn String
- The Amazon Resource Name (ARN) of the Service.
- service
Id String - The unique identifier of the service
- List<Property Map>
- An array of key-value pairs to apply to this resource.
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.
Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
published on Monday, Apr 20, 2026 by Pulumi
