1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. devopsagent
  6. Service

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
aws-native logo

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

    The AWS::DevOpsAgent::Service resource registers external services (like Dynatrace, MCP servers, GitLab) for integration with DevOpsAgent.

    Create Service Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Service(name: string, args: ServiceArgs, opts?: CustomResourceOptions);
    @overload
    def Service(resource_name: str,
                args: ServiceArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Service(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                service_type: Optional[ServiceType] = None,
                kms_key_arn: Optional[str] = None,
                service_details: Optional[ServiceDetailsArgs] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewService(ctx *Context, name string, args ServiceArgs, opts ...ResourceOption) (*Service, error)
    public Service(string name, ServiceArgs args, CustomResourceOptions? opts = null)
    public Service(String name, ServiceArgs args)
    public Service(String name, ServiceArgs args, CustomResourceOptions options)
    
    type: aws-native:devopsagent:Service
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Service Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Service resource accepts the following input properties:

    ServiceType Pulumi.AwsNative.DevOpsAgent.ServiceType
    The type of service being registered
    KmsKeyArn string
    The ARN of the KMS key to use for encryption.
    ServiceDetails Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceDetails
    Service-specific configuration details for create operation
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    ServiceType ServiceType
    The type of service being registered
    KmsKeyArn string
    The ARN of the KMS key to use for encryption.
    ServiceDetails ServiceDetailsArgs
    Service-specific configuration details for create operation
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    serviceType ServiceType
    The type of service being registered
    kmsKeyArn String
    The ARN of the KMS key to use for encryption.
    serviceDetails ServiceDetails
    Service-specific configuration details for create operation
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    serviceType ServiceType
    The type of service being registered
    kmsKeyArn string
    The ARN of the KMS key to use for encryption.
    serviceDetails ServiceDetails
    Service-specific configuration details for create operation
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    service_type ServiceType
    The type of service being registered
    kms_key_arn str
    The ARN of the KMS key to use for encryption.
    service_details ServiceDetailsArgs
    Service-specific configuration details for create operation
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    serviceType "dynatrace" | "mcpserver" | "mcpserversplunk" | "mcpservernewrelic" | "gitlab" | "servicenow"
    The type of service being registered
    kmsKeyArn String
    The ARN of the KMS key to use for encryption.
    serviceDetails Property Map
    Service-specific configuration details for create operation
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Service resource produces the following output properties:

    AccessibleResources List<object>
    List of accessible resources for this service
    AdditionalServiceDetails Pulumi.AwsNative.DevOpsAgent.Outputs.ServiceAdditionalServiceDetails
    Additional details specific to the service type
    Arn string
    The Amazon Resource Name (ARN) of the Service.
    Id string
    The provider-assigned unique ID for this managed resource.
    ServiceId string
    The unique identifier of the service
    AccessibleResources []interface{}
    List of accessible resources for this service
    AdditionalServiceDetails ServiceAdditionalServiceDetails
    Additional details specific to the service type
    Arn string
    The Amazon Resource Name (ARN) of the Service.
    Id string
    The provider-assigned unique ID for this managed resource.
    ServiceId string
    The unique identifier of the service
    accessibleResources List<Object>
    List of accessible resources for this service
    additionalServiceDetails ServiceAdditionalServiceDetails
    Additional details specific to the service type
    arn String
    The Amazon Resource Name (ARN) of the Service.
    id String
    The provider-assigned unique ID for this managed resource.
    serviceId String
    The unique identifier of the service
    accessibleResources any[]
    List of accessible resources for this service
    additionalServiceDetails ServiceAdditionalServiceDetails
    Additional details specific to the service type
    arn string
    The Amazon Resource Name (ARN) of the Service.
    id string
    The provider-assigned unique ID for this managed resource.
    serviceId string
    The unique identifier of the service
    accessible_resources Sequence[Any]
    List of accessible resources for this service
    additional_service_details ServiceAdditionalServiceDetails
    Additional details specific to the service type
    arn str
    The Amazon Resource Name (ARN) of the Service.
    id str
    The provider-assigned unique ID for this managed resource.
    service_id str
    The unique identifier of the service
    accessibleResources List<Any>
    List of accessible resources for this service
    additionalServiceDetails Property Map
    Additional details specific to the service type
    arn String
    The Amazon Resource Name (ARN) of the Service.
    id String
    The provider-assigned unique ID for this managed resource.
    serviceId String
    The unique identifier of the service

    Supporting Types

    ServiceType, ServiceTypeArgs

    Dynatrace
    dynatrace
    Mcpserver
    mcpserver
    Mcpserversplunk
    mcpserversplunk
    Mcpservernewrelic
    mcpservernewrelic
    Gitlab
    gitlab
    Servicenow
    servicenow
    ServiceTypeDynatrace
    dynatrace
    ServiceTypeMcpserver
    mcpserver
    ServiceTypeMcpserversplunk
    mcpserversplunk
    ServiceTypeMcpservernewrelic
    mcpservernewrelic
    ServiceTypeGitlab
    gitlab
    ServiceTypeServicenow
    servicenow
    Dynatrace
    dynatrace
    Mcpserver
    mcpserver
    Mcpserversplunk
    mcpserversplunk
    Mcpservernewrelic
    mcpservernewrelic
    Gitlab
    gitlab
    Servicenow
    servicenow
    Dynatrace
    dynatrace
    Mcpserver
    mcpserver
    Mcpserversplunk
    mcpserversplunk
    Mcpservernewrelic
    mcpservernewrelic
    Gitlab
    gitlab
    Servicenow
    servicenow
    DYNATRACE
    dynatrace
    MCPSERVER
    mcpserver
    MCPSERVERSPLUNK
    mcpserversplunk
    MCPSERVERNEWRELIC
    mcpservernewrelic
    GITLAB
    gitlab
    SERVICENOW
    servicenow
    "dynatrace"
    dynatrace
    "mcpserver"
    mcpserver
    "mcpserversplunk"
    mcpserversplunk
    "mcpservernewrelic"
    mcpservernewrelic
    "gitlab"
    gitlab
    "servicenow"
    servicenow

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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
      Try Pulumi Cloud free. Your team will thank you.