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.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 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.
    
    
    resource "aws-native_devopsagent_service" "name" {
        # resource properties
    }

    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.
    service_type "dynatrace" | "mcpserver" | "mcpserversplunk" | "mcpservernewrelic" | "gitlab" | "servicenow" | "pagerduty" | "azureidentity" | "mcpserversigv4" | "mcpservergrafana"
    The type of service being registered
    kms_key_arn string
    The ARN of the KMS key to use for encryption.
    service_details object
    Service-specific configuration details for create operation
    tags list(object)
    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" | "pagerduty" | "azureidentity" | "mcpserversigv4" | "mcpservergrafana"
    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<ImmutableDictionary<string, string>>
    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 []map[string]string
    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 list(map(string))
    List of accessible resources for this service
    additional_service_details object
    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.
    service_id string
    The unique identifier of the service
    accessibleResources List<Map<String,String>>
    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 {[key: string]: string}[]
    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[Mapping[str, str]]
    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<Map<String>>
    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

    ServiceAdditionalServiceDetails, ServiceAdditionalServiceDetailsArgs

    Additional details specific to the service type returned after registration
    AzureIdentity Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredAzureIdentityDetails
    Dynatrace Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredDynatraceDetails
    GitLab Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredGitLabServiceDetails
    McpServer Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredMcpServerDetails
    McpServerGrafana Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredMcpServerGrafanaDetails
    McpServerNewRelic Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredNewRelicDetails
    McpServerSigV4 Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredMcpServerSigV4Details
    McpServerSplunk Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredMcpServerDetails
    PagerDuty Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredPagerDutyDetails
    ServiceNow Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceRegisteredServiceNowDetails

    ServiceApiKeyDetails, ServiceApiKeyDetailsArgs

    API key authentication details
    ApiKeyHeader string
    HTTP header name to send the API key
    ApiKeyName string
    User friendly API key name
    ApiKeyValue string
    API key value
    ApiKeyHeader string
    HTTP header name to send the API key
    ApiKeyName string
    User friendly API key name
    ApiKeyValue string
    API key value
    api_key_header string
    HTTP header name to send the API key
    api_key_name string
    User friendly API key name
    api_key_value string
    API key value
    apiKeyHeader String
    HTTP header name to send the API key
    apiKeyName String
    User friendly API key name
    apiKeyValue String
    API key value
    apiKeyHeader string
    HTTP header name to send the API key
    apiKeyName string
    User friendly API key name
    apiKeyValue string
    API key value
    api_key_header str
    HTTP header name to send the API key
    api_key_name str
    User friendly API key name
    api_key_value str
    API key value
    apiKeyHeader String
    HTTP header name to send the API key
    apiKeyName String
    User friendly API key name
    apiKeyValue String
    API key value

    ServiceAzureIdentityServiceDetails, ServiceAzureIdentityServiceDetailsArgs

    Azure Identity service configuration for federated identity
    ClientId string
    Azure AD application client ID
    TenantId string
    Azure AD tenant ID
    WebIdentityRoleArn string
    ARN of the IAM role for web identity token exchange
    WebIdentityTokenAudiences List<string>
    List of audiences for the web identity token
    ClientId string
    Azure AD application client ID
    TenantId string
    Azure AD tenant ID
    WebIdentityRoleArn string
    ARN of the IAM role for web identity token exchange
    WebIdentityTokenAudiences []string
    List of audiences for the web identity token
    client_id string
    Azure AD application client ID
    tenant_id string
    Azure AD tenant ID
    web_identity_role_arn string
    ARN of the IAM role for web identity token exchange
    web_identity_token_audiences list(string)
    List of audiences for the web identity token
    clientId String
    Azure AD application client ID
    tenantId String
    Azure AD tenant ID
    webIdentityRoleArn String
    ARN of the IAM role for web identity token exchange
    webIdentityTokenAudiences List<String>
    List of audiences for the web identity token
    clientId string
    Azure AD application client ID
    tenantId string
    Azure AD tenant ID
    webIdentityRoleArn string
    ARN of the IAM role for web identity token exchange
    webIdentityTokenAudiences string[]
    List of audiences for the web identity token
    client_id str
    Azure AD application client ID
    tenant_id str
    Azure AD tenant ID
    web_identity_role_arn str
    ARN of the IAM role for web identity token exchange
    web_identity_token_audiences Sequence[str]
    List of audiences for the web identity token
    clientId String
    Azure AD application client ID
    tenantId String
    Azure AD tenant ID
    webIdentityRoleArn String
    ARN of the IAM role for web identity token exchange
    webIdentityTokenAudiences List<String>
    List of audiences for the web identity token

    ServiceBearerTokenDetails, ServiceBearerTokenDetailsArgs

    Bearer token authentication details
    TokenName string
    User friendly bearer token name
    TokenValue string
    Bearer token value
    AuthorizationHeader string
    HTTP header name to send the bearer token
    TokenName string
    User friendly bearer token name
    TokenValue string
    Bearer token value
    AuthorizationHeader string
    HTTP header name to send the bearer token
    token_name string
    User friendly bearer token name
    token_value string
    Bearer token value
    authorization_header string
    HTTP header name to send the bearer token
    tokenName String
    User friendly bearer token name
    tokenValue String
    Bearer token value
    authorizationHeader String
    HTTP header name to send the bearer token
    tokenName string
    User friendly bearer token name
    tokenValue string
    Bearer token value
    authorizationHeader string
    HTTP header name to send the bearer token
    token_name str
    User friendly bearer token name
    token_value str
    Bearer token value
    authorization_header str
    HTTP header name to send the bearer token
    tokenName String
    User friendly bearer token name
    tokenValue String
    Bearer token value
    authorizationHeader String
    HTTP header name to send the bearer token

    ServiceDetails, ServiceDetailsArgs

    Service-specific configuration details - MCPServerSigV4 supports in-place updates; GitLab (TokenValue), MCPServer (ApiKey or BearerToken credential rotation), MCPServerNewRelic (ApiKey rotation), and MCPServerGrafana (BearerToken rotation) support in-place credential rotation; all other service types and fields require replacement when modified

    ServiceDynatraceAuthorizationConfig, ServiceDynatraceAuthorizationConfigArgs

    Dynatrace OAuth authorization configuration

    ServiceDynatraceServiceDetails, ServiceDynatraceServiceDetailsArgs

    Dynatrace service configuration
    account_urn string
    Dynatrace resource account URN
    authorization_config object
    accountUrn String
    Dynatrace resource account URN
    authorizationConfig Property Map

    ServiceGitLabDetails, ServiceGitLabDetailsArgs

    GitLab service configuration
    TargetUrl string
    GitLab instance URL
    TokenType Pulumi.AwsNative.DevOpsAgent.ServiceGitLabDetailsTokenType
    Type of GitLab access token
    TokenValue string
    GitLab access token value
    GroupId string
    Optional GitLab group ID for group-level access tokens
    TargetUrl string
    GitLab instance URL
    TokenType ServiceGitLabDetailsTokenType
    Type of GitLab access token
    TokenValue string
    GitLab access token value
    GroupId string
    Optional GitLab group ID for group-level access tokens
    target_url string
    GitLab instance URL
    token_type "personal" | "group"
    Type of GitLab access token
    token_value string
    GitLab access token value
    group_id string
    Optional GitLab group ID for group-level access tokens
    targetUrl String
    GitLab instance URL
    tokenType ServiceGitLabDetailsTokenType
    Type of GitLab access token
    tokenValue String
    GitLab access token value
    groupId String
    Optional GitLab group ID for group-level access tokens
    targetUrl string
    GitLab instance URL
    tokenType ServiceGitLabDetailsTokenType
    Type of GitLab access token
    tokenValue string
    GitLab access token value
    groupId string
    Optional GitLab group ID for group-level access tokens
    target_url str
    GitLab instance URL
    token_type ServiceGitLabDetailsTokenType
    Type of GitLab access token
    token_value str
    GitLab access token value
    group_id str
    Optional GitLab group ID for group-level access tokens
    targetUrl String
    GitLab instance URL
    tokenType "personal" | "group"
    Type of GitLab access token
    tokenValue String
    GitLab access token value
    groupId String
    Optional GitLab group ID for group-level access tokens

    ServiceGitLabDetailsTokenType, ServiceGitLabDetailsTokenTypeArgs

    Personal
    personal
    Group
    group
    ServiceGitLabDetailsTokenTypePersonal
    personal
    ServiceGitLabDetailsTokenTypeGroup
    group
    "personal"
    personal
    "group"
    group
    Personal
    personal
    Group
    group
    Personal
    personal
    Group
    group
    PERSONAL
    personal
    GROUP
    group
    "personal"
    personal
    "group"
    group

    ServiceMcpServerAuthorizationConfig, ServiceMcpServerAuthorizationConfigArgs

    MCP server authorization configuration

    ServiceMcpServerDetails, ServiceMcpServerDetailsArgs

    MCP server configuration
    AuthorizationConfig Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceMcpServerAuthorizationConfig
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    Description string
    Optional description for the MCP server
    AuthorizationConfig ServiceMcpServerAuthorizationConfig
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    Description string
    Optional description for the MCP server
    authorization_config object
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    description string
    Optional description for the MCP server
    authorizationConfig ServiceMcpServerAuthorizationConfig
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    description String
    Optional description for the MCP server
    authorizationConfig ServiceMcpServerAuthorizationConfig
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    description string
    Optional description for the MCP server
    authorization_config ServiceMcpServerAuthorizationConfig
    endpoint str
    MCP server endpoint URL
    name str
    MCP server name
    description str
    Optional description for the MCP server
    authorizationConfig Property Map
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    description String
    Optional description for the MCP server

    ServiceMcpServerGrafanaAuthorizationConfig, ServiceMcpServerGrafanaAuthorizationConfigArgs

    Grafana MCP server authorization configuration

    ServiceMcpServerGrafanaDetails, ServiceMcpServerGrafanaDetailsArgs

    Grafana MCP server configuration
    AuthorizationConfig Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceMcpServerGrafanaAuthorizationConfig
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    Description string
    Optional description for the MCP server
    AuthorizationConfig ServiceMcpServerGrafanaAuthorizationConfig
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    Description string
    Optional description for the MCP server
    authorization_config object
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    description string
    Optional description for the MCP server
    authorizationConfig ServiceMcpServerGrafanaAuthorizationConfig
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    description String
    Optional description for the MCP server
    authorizationConfig ServiceMcpServerGrafanaAuthorizationConfig
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    description string
    Optional description for the MCP server
    authorization_config ServiceMcpServerGrafanaAuthorizationConfig
    endpoint str
    MCP server endpoint URL
    name str
    MCP server name
    description str
    Optional description for the MCP server
    authorizationConfig Property Map
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    description String
    Optional description for the MCP server

    ServiceMcpServerOAuthClientCredentialsConfig, ServiceMcpServerOAuthClientCredentialsConfigArgs

    MCP server OAuth client credentials configuration
    ClientId string
    OAuth client ID
    ClientSecret string
    OAuth client secret
    ExchangeUrl string
    OAuth token exchange URL
    ClientName string
    User friendly OAuth client name
    ExchangeParameters object
    OAuth token exchange parameters
    Scopes List<string>
    OAuth scopes
    ClientId string
    OAuth client ID
    ClientSecret string
    OAuth client secret
    ExchangeUrl string
    OAuth token exchange URL
    ClientName string
    User friendly OAuth client name
    ExchangeParameters interface{}
    OAuth token exchange parameters
    Scopes []string
    OAuth scopes
    client_id string
    OAuth client ID
    client_secret string
    OAuth client secret
    exchange_url string
    OAuth token exchange URL
    client_name string
    User friendly OAuth client name
    exchange_parameters any
    OAuth token exchange parameters
    scopes list(string)
    OAuth scopes
    clientId String
    OAuth client ID
    clientSecret String
    OAuth client secret
    exchangeUrl String
    OAuth token exchange URL
    clientName String
    User friendly OAuth client name
    exchangeParameters Object
    OAuth token exchange parameters
    scopes List<String>
    OAuth scopes
    clientId string
    OAuth client ID
    clientSecret string
    OAuth client secret
    exchangeUrl string
    OAuth token exchange URL
    clientName string
    User friendly OAuth client name
    exchangeParameters any
    OAuth token exchange parameters
    scopes string[]
    OAuth scopes
    client_id str
    OAuth client ID
    client_secret str
    OAuth client secret
    exchange_url str
    OAuth token exchange URL
    client_name str
    User friendly OAuth client name
    exchange_parameters Any
    OAuth token exchange parameters
    scopes Sequence[str]
    OAuth scopes
    clientId String
    OAuth client ID
    clientSecret String
    OAuth client secret
    exchangeUrl String
    OAuth token exchange URL
    clientName String
    User friendly OAuth client name
    exchangeParameters Any
    OAuth token exchange parameters
    scopes List<String>
    OAuth scopes

    ServiceMcpServerSigV4AuthorizationConfig, ServiceMcpServerSigV4AuthorizationConfigArgs

    SigV4 authorization configuration for MCP server
    Region string
    AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
    Service string
    AWS service name for SigV4 signing
    CustomHeaders Dictionary<string, string>
    Custom headers for the SigV4 MCP server
    McpRoleArn string
    IAM role ARN to assume for SigV4 signing. Optional - when omitted, credentials are resolved at runtime via a monitor account association.
    RoleArn string
    Deprecated - use McpRoleArn instead. IAM role ARN to assume for SigV4 signing
    Region string
    AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
    Service string
    AWS service name for SigV4 signing
    CustomHeaders map[string]string
    Custom headers for the SigV4 MCP server
    McpRoleArn string
    IAM role ARN to assume for SigV4 signing. Optional - when omitted, credentials are resolved at runtime via a monitor account association.
    RoleArn string
    Deprecated - use McpRoleArn instead. IAM role ARN to assume for SigV4 signing
    region string
    AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
    service string
    AWS service name for SigV4 signing
    custom_headers map(string)
    Custom headers for the SigV4 MCP server
    mcp_role_arn string
    IAM role ARN to assume for SigV4 signing. Optional - when omitted, credentials are resolved at runtime via a monitor account association.
    role_arn string
    Deprecated - use McpRoleArn instead. IAM role ARN to assume for SigV4 signing
    region String
    AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
    service String
    AWS service name for SigV4 signing
    customHeaders Map<String,String>
    Custom headers for the SigV4 MCP server
    mcpRoleArn String
    IAM role ARN to assume for SigV4 signing. Optional - when omitted, credentials are resolved at runtime via a monitor account association.
    roleArn String
    Deprecated - use McpRoleArn instead. IAM role ARN to assume for SigV4 signing
    region string
    AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
    service string
    AWS service name for SigV4 signing
    customHeaders {[key: string]: string}
    Custom headers for the SigV4 MCP server
    mcpRoleArn string
    IAM role ARN to assume for SigV4 signing. Optional - when omitted, credentials are resolved at runtime via a monitor account association.
    roleArn string
    Deprecated - use McpRoleArn instead. IAM role ARN to assume for SigV4 signing
    region str
    AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
    service str
    AWS service name for SigV4 signing
    custom_headers Mapping[str, str]
    Custom headers for the SigV4 MCP server
    mcp_role_arn str
    IAM role ARN to assume for SigV4 signing. Optional - when omitted, credentials are resolved at runtime via a monitor account association.
    role_arn str
    Deprecated - use McpRoleArn instead. IAM role ARN to assume for SigV4 signing
    region String
    AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
    service String
    AWS service name for SigV4 signing
    customHeaders Map<String>
    Custom headers for the SigV4 MCP server
    mcpRoleArn String
    IAM role ARN to assume for SigV4 signing. Optional - when omitted, credentials are resolved at runtime via a monitor account association.
    roleArn String
    Deprecated - use McpRoleArn instead. IAM role ARN to assume for SigV4 signing

    ServiceMcpServerSigV4Details, ServiceMcpServerSigV4DetailsArgs

    SigV4-authenticated MCP server configuration
    AuthorizationConfig Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceMcpServerSigV4AuthorizationConfig
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    Description string
    Optional description for the MCP server
    AuthorizationConfig ServiceMcpServerSigV4AuthorizationConfig
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    Description string
    Optional description for the MCP server
    authorization_config object
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    description string
    Optional description for the MCP server
    authorizationConfig ServiceMcpServerSigV4AuthorizationConfig
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    description String
    Optional description for the MCP server
    authorizationConfig ServiceMcpServerSigV4AuthorizationConfig
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    description string
    Optional description for the MCP server
    authorization_config ServiceMcpServerSigV4AuthorizationConfig
    endpoint str
    MCP server endpoint URL
    name str
    MCP server name
    description str
    Optional description for the MCP server
    authorizationConfig Property Map
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    description String
    Optional description for the MCP server

    ServiceMcpServerSplunkAuthorizationConfig, ServiceMcpServerSplunkAuthorizationConfigArgs

    MCP server splunk authorization configuration

    ServiceMcpServerSplunkDetails, ServiceMcpServerSplunkDetailsArgs

    Splunk MCP server configuration
    AuthorizationConfig Pulumi.AwsNative.DevOpsAgent.Inputs.ServiceMcpServerSplunkAuthorizationConfig
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    Description string
    Optional description for the MCP server
    AuthorizationConfig ServiceMcpServerSplunkAuthorizationConfig
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    Description string
    Optional description for the MCP server
    authorization_config object
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    description string
    Optional description for the MCP server
    authorizationConfig ServiceMcpServerSplunkAuthorizationConfig
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    description String
    Optional description for the MCP server
    authorizationConfig ServiceMcpServerSplunkAuthorizationConfig
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    description string
    Optional description for the MCP server
    authorization_config ServiceMcpServerSplunkAuthorizationConfig
    endpoint str
    MCP server endpoint URL
    name str
    MCP server name
    description str
    Optional description for the MCP server
    authorizationConfig Property Map
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    description String
    Optional description for the MCP server

    ServiceNewRelicApiKeyConfig, ServiceNewRelicApiKeyConfigArgs

    New Relic API key configuration
    AccountId string
    New Relic Account ID
    ApiKey string
    New Relic User API Key
    Region Pulumi.AwsNative.DevOpsAgent.ServiceNewRelicApiKeyConfigRegion
    New Relic region
    AlertPolicyIds List<string>
    List of alert policy IDs
    ApplicationIds List<string>
    List of monitored APM application IDs
    EntityGuids List<string>
    List of globally unique IDs for New Relic resources
    AccountId string
    New Relic Account ID
    ApiKey string
    New Relic User API Key
    Region ServiceNewRelicApiKeyConfigRegion
    New Relic region
    AlertPolicyIds []string
    List of alert policy IDs
    ApplicationIds []string
    List of monitored APM application IDs
    EntityGuids []string
    List of globally unique IDs for New Relic resources
    account_id string
    New Relic Account ID
    api_key string
    New Relic User API Key
    region "US" | "EU"
    New Relic region
    alert_policy_ids list(string)
    List of alert policy IDs
    application_ids list(string)
    List of monitored APM application IDs
    entity_guids list(string)
    List of globally unique IDs for New Relic resources
    accountId String
    New Relic Account ID
    apiKey String
    New Relic User API Key
    region ServiceNewRelicApiKeyConfigRegion
    New Relic region
    alertPolicyIds List<String>
    List of alert policy IDs
    applicationIds List<String>
    List of monitored APM application IDs
    entityGuids List<String>
    List of globally unique IDs for New Relic resources
    accountId string
    New Relic Account ID
    apiKey string
    New Relic User API Key
    region ServiceNewRelicApiKeyConfigRegion
    New Relic region
    alertPolicyIds string[]
    List of alert policy IDs
    applicationIds string[]
    List of monitored APM application IDs
    entityGuids string[]
    List of globally unique IDs for New Relic resources
    account_id str
    New Relic Account ID
    api_key str
    New Relic User API Key
    region ServiceNewRelicApiKeyConfigRegion
    New Relic region
    alert_policy_ids Sequence[str]
    List of alert policy IDs
    application_ids Sequence[str]
    List of monitored APM application IDs
    entity_guids Sequence[str]
    List of globally unique IDs for New Relic resources
    accountId String
    New Relic Account ID
    apiKey String
    New Relic User API Key
    region "US" | "EU"
    New Relic region
    alertPolicyIds List<String>
    List of alert policy IDs
    applicationIds List<String>
    List of monitored APM application IDs
    entityGuids List<String>
    List of globally unique IDs for New Relic resources

    ServiceNewRelicApiKeyConfigRegion, ServiceNewRelicApiKeyConfigRegionArgs

    Us
    US
    Eu
    EU
    ServiceNewRelicApiKeyConfigRegionUs
    US
    ServiceNewRelicApiKeyConfigRegionEu
    EU
    "US"
    US
    "EU"
    EU
    Us
    US
    Eu
    EU
    Us
    US
    Eu
    EU
    US
    US
    EU
    EU
    "US"
    US
    "EU"
    EU

    ServiceNewRelicAuthorizationConfig, ServiceNewRelicAuthorizationConfigArgs

    New Relic authorization configuration

    ServiceNewRelicServiceDetails, ServiceNewRelicServiceDetailsArgs

    New Relic service configuration

    ServiceNowAuthorizationConfig, ServiceNowAuthorizationConfigArgs

    ServiceNow OAuth authorization configuration

    ServiceNowServiceDetails, ServiceNowServiceDetailsArgs

    ServiceNow service configuration
    instance_url string
    ServiceNow instance URL
    authorization_config object
    instanceUrl String
    ServiceNow instance URL
    authorizationConfig Property Map

    ServiceOAuthClientDetails, ServiceOAuthClientDetailsArgs

    OAuth client credentials
    ClientId string
    OAuth client ID
    ClientSecret string
    OAuth client secret
    ClientName string
    User friendly OAuth client name
    ExchangeParameters object
    OAuth token exchange parameters
    ClientId string
    OAuth client ID
    ClientSecret string
    OAuth client secret
    ClientName string
    User friendly OAuth client name
    ExchangeParameters interface{}
    OAuth token exchange parameters
    client_id string
    OAuth client ID
    client_secret string
    OAuth client secret
    client_name string
    User friendly OAuth client name
    exchange_parameters any
    OAuth token exchange parameters
    clientId String
    OAuth client ID
    clientSecret String
    OAuth client secret
    clientName String
    User friendly OAuth client name
    exchangeParameters Object
    OAuth token exchange parameters
    clientId string
    OAuth client ID
    clientSecret string
    OAuth client secret
    clientName string
    User friendly OAuth client name
    exchangeParameters any
    OAuth token exchange parameters
    client_id str
    OAuth client ID
    client_secret str
    OAuth client secret
    client_name str
    User friendly OAuth client name
    exchange_parameters Any
    OAuth token exchange parameters
    clientId String
    OAuth client ID
    clientSecret String
    OAuth client secret
    clientName String
    User friendly OAuth client name
    exchangeParameters Any
    OAuth token exchange parameters

    ServicePagerDutyAuthorizationConfig, ServicePagerDutyAuthorizationConfigArgs

    PagerDuty OAuth authorization configuration

    ServicePagerDutyDetails, ServicePagerDutyDetailsArgs

    PagerDuty service configuration
    authorization_config object
    scopes list(string)
    PagerDuty scopes
    authorizationConfig Property Map
    scopes List<String>
    PagerDuty scopes

    ServiceRegisteredAzureIdentityDetails, ServiceRegisteredAzureIdentityDetailsArgs

    Azure Identity service details returned after registration
    ClientId string
    Azure AD application client ID
    TenantId string
    Azure AD tenant ID
    WebIdentityRoleArn string
    ARN of the IAM role for web identity token exchange
    WebIdentityTokenAudiences List<string>
    List of audiences for the web identity token
    ClientId string
    Azure AD application client ID
    TenantId string
    Azure AD tenant ID
    WebIdentityRoleArn string
    ARN of the IAM role for web identity token exchange
    WebIdentityTokenAudiences []string
    List of audiences for the web identity token
    client_id string
    Azure AD application client ID
    tenant_id string
    Azure AD tenant ID
    web_identity_role_arn string
    ARN of the IAM role for web identity token exchange
    web_identity_token_audiences list(string)
    List of audiences for the web identity token
    clientId String
    Azure AD application client ID
    tenantId String
    Azure AD tenant ID
    webIdentityRoleArn String
    ARN of the IAM role for web identity token exchange
    webIdentityTokenAudiences List<String>
    List of audiences for the web identity token
    clientId string
    Azure AD application client ID
    tenantId string
    Azure AD tenant ID
    webIdentityRoleArn string
    ARN of the IAM role for web identity token exchange
    webIdentityTokenAudiences string[]
    List of audiences for the web identity token
    client_id str
    Azure AD application client ID
    tenant_id str
    Azure AD tenant ID
    web_identity_role_arn str
    ARN of the IAM role for web identity token exchange
    web_identity_token_audiences Sequence[str]
    List of audiences for the web identity token
    clientId String
    Azure AD application client ID
    tenantId String
    Azure AD tenant ID
    webIdentityRoleArn String
    ARN of the IAM role for web identity token exchange
    webIdentityTokenAudiences List<String>
    List of audiences for the web identity token

    ServiceRegisteredDynatraceDetails, ServiceRegisteredDynatraceDetailsArgs

    Dynatrace service details returned after registration
    AccountUrn string
    Dynatrace resource account URN
    AccountUrn string
    Dynatrace resource account URN
    account_urn string
    Dynatrace resource account URN
    accountUrn String
    Dynatrace resource account URN
    accountUrn string
    Dynatrace resource account URN
    account_urn str
    Dynatrace resource account URN
    accountUrn String
    Dynatrace resource account URN

    ServiceRegisteredGitLabServiceDetails, ServiceRegisteredGitLabServiceDetailsArgs

    GitLab service details returned after registration
    TargetUrl string
    GitLab instance URL
    TokenType Pulumi.AwsNative.DevOpsAgent.ServiceRegisteredGitLabServiceDetailsTokenType
    Type of GitLab access token
    GroupId string
    Optional GitLab group ID for group-level access tokens
    TargetUrl string
    GitLab instance URL
    TokenType ServiceRegisteredGitLabServiceDetailsTokenType
    Type of GitLab access token
    GroupId string
    Optional GitLab group ID for group-level access tokens
    target_url string
    GitLab instance URL
    token_type "personal" | "group"
    Type of GitLab access token
    group_id string
    Optional GitLab group ID for group-level access tokens
    targetUrl String
    GitLab instance URL
    tokenType ServiceRegisteredGitLabServiceDetailsTokenType
    Type of GitLab access token
    groupId String
    Optional GitLab group ID for group-level access tokens
    targetUrl string
    GitLab instance URL
    tokenType ServiceRegisteredGitLabServiceDetailsTokenType
    Type of GitLab access token
    groupId string
    Optional GitLab group ID for group-level access tokens
    target_url str
    GitLab instance URL
    token_type ServiceRegisteredGitLabServiceDetailsTokenType
    Type of GitLab access token
    group_id str
    Optional GitLab group ID for group-level access tokens
    targetUrl String
    GitLab instance URL
    tokenType "personal" | "group"
    Type of GitLab access token
    groupId String
    Optional GitLab group ID for group-level access tokens

    ServiceRegisteredGitLabServiceDetailsTokenType, ServiceRegisteredGitLabServiceDetailsTokenTypeArgs

    Personal
    personal
    Group
    group
    ServiceRegisteredGitLabServiceDetailsTokenTypePersonal
    personal
    ServiceRegisteredGitLabServiceDetailsTokenTypeGroup
    group
    "personal"
    personal
    "group"
    group
    Personal
    personal
    Group
    group
    Personal
    personal
    Group
    group
    PERSONAL
    personal
    GROUP
    group
    "personal"
    personal
    "group"
    group

    ServiceRegisteredMcpServerDetails, ServiceRegisteredMcpServerDetailsArgs

    MCP server details returned after registration
    AuthorizationMethod Pulumi.AwsNative.DevOpsAgent.ServiceRegisteredMcpServerDetailsAuthorizationMethod
    MCP server authorization method
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    ApiKeyHeader string
    API key header name if using API key authentication
    Description string
    Optional description for the MCP server
    AuthorizationMethod ServiceRegisteredMcpServerDetailsAuthorizationMethod
    MCP server authorization method
    Endpoint string
    MCP server endpoint URL
    Name string
    MCP server name
    ApiKeyHeader string
    API key header name if using API key authentication
    Description string
    Optional description for the MCP server
    authorization_method "oauth-client-credentials" | "api-key" | "bearer-token"
    MCP server authorization method
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    api_key_header string
    API key header name if using API key authentication
    description string
    Optional description for the MCP server
    authorizationMethod ServiceRegisteredMcpServerDetailsAuthorizationMethod
    MCP server authorization method
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    apiKeyHeader String
    API key header name if using API key authentication
    description String
    Optional description for the MCP server
    authorizationMethod ServiceRegisteredMcpServerDetailsAuthorizationMethod
    MCP server authorization method
    endpoint string
    MCP server endpoint URL
    name string
    MCP server name
    apiKeyHeader string
    API key header name if using API key authentication
    description string
    Optional description for the MCP server
    authorization_method ServiceRegisteredMcpServerDetailsAuthorizationMethod
    MCP server authorization method
    endpoint str
    MCP server endpoint URL
    name str
    MCP server name
    api_key_header str
    API key header name if using API key authentication
    description str
    Optional description for the MCP server
    authorizationMethod "oauth-client-credentials" | "api-key" | "bearer-token"
    MCP server authorization method
    endpoint String
    MCP server endpoint URL
    name String
    MCP server name
    apiKeyHeader String
    API key header name if using API key authentication
    description String
    Optional description for the MCP server

    ServiceRegisteredMcpServerDetailsAuthorizationMethod, ServiceRegisteredMcpServerDetailsAuthorizationMethodArgs

    OauthClientCredentials
    oauth-client-credentials
    ApiKey
    api-key
    BearerToken
    bearer-token
    ServiceRegisteredMcpServerDetailsAuthorizationMethodOauthClientCredentials
    oauth-client-credentials
    ServiceRegisteredMcpServerDetailsAuthorizationMethodApiKey
    api-key
    ServiceRegisteredMcpServerDetailsAuthorizationMethodBearerToken
    bearer-token
    "oauth-client-credentials"
    oauth-client-credentials
    "api-key"
    api-key
    "bearer-token"
    bearer-token
    OauthClientCredentials
    oauth-client-credentials
    ApiKey
    api-key
    BearerToken
    bearer-token
    OauthClientCredentials
    oauth-client-credentials
    ApiKey
    api-key
    BearerToken
    bearer-token
    OAUTH_CLIENT_CREDENTIALS
    oauth-client-credentials
    API_KEY
    api-key
    BEARER_TOKEN
    bearer-token
    "oauth-client-credentials"
    oauth-client-credentials
    "api-key"
    api-key
    "bearer-token"
    bearer-token

    ServiceRegisteredMcpServerGrafanaDetails, ServiceRegisteredMcpServerGrafanaDetailsArgs

    Grafana MCP server details returned after registration
    AuthorizationMethod Pulumi.AwsNative.DevOpsAgent.ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethod
    MCP server authorization method
    Endpoint string
    MCP server endpoint URL
    Description string
    Optional description for the MCP server
    Name string
    MCP server name
    AuthorizationMethod ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethod
    MCP server authorization method
    Endpoint string
    MCP server endpoint URL
    Description string
    Optional description for the MCP server
    Name string
    MCP server name
    authorization_method "bearer-token"
    MCP server authorization method
    endpoint string
    MCP server endpoint URL
    description string
    Optional description for the MCP server
    name string
    MCP server name
    authorizationMethod ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethod
    MCP server authorization method
    endpoint String
    MCP server endpoint URL
    description String
    Optional description for the MCP server
    name String
    MCP server name
    authorizationMethod ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethod
    MCP server authorization method
    endpoint string
    MCP server endpoint URL
    description string
    Optional description for the MCP server
    name string
    MCP server name
    authorization_method ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethod
    MCP server authorization method
    endpoint str
    MCP server endpoint URL
    description str
    Optional description for the MCP server
    name str
    MCP server name
    authorizationMethod "bearer-token"
    MCP server authorization method
    endpoint String
    MCP server endpoint URL
    description String
    Optional description for the MCP server
    name String
    MCP server name

    ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethod, ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethodArgs

    BearerToken
    bearer-token
    ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethodBearerToken
    bearer-token
    "bearer-token"
    bearer-token
    BearerToken
    bearer-token
    BearerToken
    bearer-token
    BEARER_TOKEN
    bearer-token
    "bearer-token"
    bearer-token

    ServiceRegisteredMcpServerSigV4Details, ServiceRegisteredMcpServerSigV4DetailsArgs

    SigV4-authenticated MCP server details returned after registration
    Endpoint string
    The MCP server endpoint URL
    Name string
    The MCP server name
    Region string
    AWS region for SigV4 signing
    RoleArn string
    Deprecated - use McpRoleArn instead. IAM role ARN for SigV4 signing
    Service string
    AWS service name for SigV4 signing
    CustomHeaders Dictionary<string, string>
    Custom headers for the SigV4 MCP server
    Description string
    Optional description for the MCP server
    McpRoleArn string
    IAM role ARN for SigV4 signing. Absent when no dedicated role is configured.
    Endpoint string
    The MCP server endpoint URL
    Name string
    The MCP server name
    Region string
    AWS region for SigV4 signing
    RoleArn string
    Deprecated - use McpRoleArn instead. IAM role ARN for SigV4 signing
    Service string
    AWS service name for SigV4 signing
    CustomHeaders map[string]string
    Custom headers for the SigV4 MCP server
    Description string
    Optional description for the MCP server
    McpRoleArn string
    IAM role ARN for SigV4 signing. Absent when no dedicated role is configured.
    endpoint string
    The MCP server endpoint URL
    name string
    The MCP server name
    region string
    AWS region for SigV4 signing
    role_arn string
    Deprecated - use McpRoleArn instead. IAM role ARN for SigV4 signing
    service string
    AWS service name for SigV4 signing
    custom_headers map(string)
    Custom headers for the SigV4 MCP server
    description string
    Optional description for the MCP server
    mcp_role_arn string
    IAM role ARN for SigV4 signing. Absent when no dedicated role is configured.
    endpoint String
    The MCP server endpoint URL
    name String
    The MCP server name
    region String
    AWS region for SigV4 signing
    roleArn String
    Deprecated - use McpRoleArn instead. IAM role ARN for SigV4 signing
    service String
    AWS service name for SigV4 signing
    customHeaders Map<String,String>
    Custom headers for the SigV4 MCP server
    description String
    Optional description for the MCP server
    mcpRoleArn String
    IAM role ARN for SigV4 signing. Absent when no dedicated role is configured.
    endpoint string
    The MCP server endpoint URL
    name string
    The MCP server name
    region string
    AWS region for SigV4 signing
    roleArn string
    Deprecated - use McpRoleArn instead. IAM role ARN for SigV4 signing
    service string
    AWS service name for SigV4 signing
    customHeaders {[key: string]: string}
    Custom headers for the SigV4 MCP server
    description string
    Optional description for the MCP server
    mcpRoleArn string
    IAM role ARN for SigV4 signing. Absent when no dedicated role is configured.
    endpoint str
    The MCP server endpoint URL
    name str
    The MCP server name
    region str
    AWS region for SigV4 signing
    role_arn str
    Deprecated - use McpRoleArn instead. IAM role ARN for SigV4 signing
    service str
    AWS service name for SigV4 signing
    custom_headers Mapping[str, str]
    Custom headers for the SigV4 MCP server
    description str
    Optional description for the MCP server
    mcp_role_arn str
    IAM role ARN for SigV4 signing. Absent when no dedicated role is configured.
    endpoint String
    The MCP server endpoint URL
    name String
    The MCP server name
    region String
    AWS region for SigV4 signing
    roleArn String
    Deprecated - use McpRoleArn instead. IAM role ARN for SigV4 signing
    service String
    AWS service name for SigV4 signing
    customHeaders Map<String>
    Custom headers for the SigV4 MCP server
    description String
    Optional description for the MCP server
    mcpRoleArn String
    IAM role ARN for SigV4 signing. Absent when no dedicated role is configured.

    ServiceRegisteredNewRelicDetails, ServiceRegisteredNewRelicDetailsArgs

    New Relic service details returned after registration
    AccountId string
    New Relic account ID
    Region Pulumi.AwsNative.DevOpsAgent.ServiceRegisteredNewRelicDetailsRegion
    New Relic region
    Description string
    Optional user description
    AccountId string
    New Relic account ID
    Region ServiceRegisteredNewRelicDetailsRegion
    New Relic region
    Description string
    Optional user description
    account_id string
    New Relic account ID
    region "US" | "EU"
    New Relic region
    description string
    Optional user description
    accountId String
    New Relic account ID
    region ServiceRegisteredNewRelicDetailsRegion
    New Relic region
    description String
    Optional user description
    accountId string
    New Relic account ID
    region ServiceRegisteredNewRelicDetailsRegion
    New Relic region
    description string
    Optional user description
    account_id str
    New Relic account ID
    region ServiceRegisteredNewRelicDetailsRegion
    New Relic region
    description str
    Optional user description
    accountId String
    New Relic account ID
    region "US" | "EU"
    New Relic region
    description String
    Optional user description

    ServiceRegisteredNewRelicDetailsRegion, ServiceRegisteredNewRelicDetailsRegionArgs

    Us
    US
    Eu
    EU
    ServiceRegisteredNewRelicDetailsRegionUs
    US
    ServiceRegisteredNewRelicDetailsRegionEu
    EU
    "US"
    US
    "EU"
    EU
    Us
    US
    Eu
    EU
    Us
    US
    Eu
    EU
    US
    US
    EU
    EU
    "US"
    US
    "EU"
    EU

    ServiceRegisteredPagerDutyDetails, ServiceRegisteredPagerDutyDetailsArgs

    PagerDuty service details returned after registration
    Scopes List<string>
    The scopes assigned to the service
    Scopes []string
    The scopes assigned to the service
    scopes list(string)
    The scopes assigned to the service
    scopes List<String>
    The scopes assigned to the service
    scopes string[]
    The scopes assigned to the service
    scopes Sequence[str]
    The scopes assigned to the service
    scopes List<String>
    The scopes assigned to the service

    ServiceRegisteredServiceNowDetails, ServiceRegisteredServiceNowDetailsArgs

    ServiceNow service details returned after registration
    InstanceUrl string
    ServiceNow instance URL
    InstanceUrl string
    ServiceNow instance URL
    instance_url string
    ServiceNow instance URL
    instanceUrl String
    ServiceNow instance URL
    instanceUrl string
    ServiceNow instance URL
    instance_url str
    ServiceNow instance URL
    instanceUrl String
    ServiceNow instance URL

    ServiceType, ServiceTypeArgs

    Dynatrace
    dynatrace
    Mcpserver
    mcpserver
    Mcpserversplunk
    mcpserversplunk
    Mcpservernewrelic
    mcpservernewrelic
    Gitlab
    gitlab
    Servicenow
    servicenow
    Pagerduty
    pagerduty
    Azureidentity
    azureidentity
    Mcpserversigv4
    mcpserversigv4
    Mcpservergrafana
    mcpservergrafana
    ServiceTypeDynatrace
    dynatrace
    ServiceTypeMcpserver
    mcpserver
    ServiceTypeMcpserversplunk
    mcpserversplunk
    ServiceTypeMcpservernewrelic
    mcpservernewrelic
    ServiceTypeGitlab
    gitlab
    ServiceTypeServicenow
    servicenow
    ServiceTypePagerduty
    pagerduty
    ServiceTypeAzureidentity
    azureidentity
    ServiceTypeMcpserversigv4
    mcpserversigv4
    ServiceTypeMcpservergrafana
    mcpservergrafana
    "dynatrace"
    dynatrace
    "mcpserver"
    mcpserver
    "mcpserversplunk"
    mcpserversplunk
    "mcpservernewrelic"
    mcpservernewrelic
    "gitlab"
    gitlab
    "servicenow"
    servicenow
    "pagerduty"
    pagerduty
    "azureidentity"
    azureidentity
    "mcpserversigv4"
    mcpserversigv4
    "mcpservergrafana"
    mcpservergrafana
    Dynatrace
    dynatrace
    Mcpserver
    mcpserver
    Mcpserversplunk
    mcpserversplunk
    Mcpservernewrelic
    mcpservernewrelic
    Gitlab
    gitlab
    Servicenow
    servicenow
    Pagerduty
    pagerduty
    Azureidentity
    azureidentity
    Mcpserversigv4
    mcpserversigv4
    Mcpservergrafana
    mcpservergrafana
    Dynatrace
    dynatrace
    Mcpserver
    mcpserver
    Mcpserversplunk
    mcpserversplunk
    Mcpservernewrelic
    mcpservernewrelic
    Gitlab
    gitlab
    Servicenow
    servicenow
    Pagerduty
    pagerduty
    Azureidentity
    azureidentity
    Mcpserversigv4
    mcpserversigv4
    Mcpservergrafana
    mcpservergrafana
    DYNATRACE
    dynatrace
    MCPSERVER
    mcpserver
    MCPSERVERSPLUNK
    mcpserversplunk
    MCPSERVERNEWRELIC
    mcpservernewrelic
    GITLAB
    gitlab
    SERVICENOW
    servicenow
    PAGERDUTY
    pagerduty
    AZUREIDENTITY
    azureidentity
    MCPSERVERSIGV4
    mcpserversigv4
    MCPSERVERGRAFANA
    mcpservergrafana
    "dynatrace"
    dynatrace
    "mcpserver"
    mcpserver
    "mcpserversplunk"
    mcpserversplunk
    "mcpservernewrelic"
    mcpservernewrelic
    "gitlab"
    gitlab
    "servicenow"
    servicenow
    "pagerduty"
    pagerduty
    "azureidentity"
    azureidentity
    "mcpserversigv4"
    mcpserversigv4
    "mcpservergrafana"
    mcpservergrafana

    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 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.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial