1. Packages
  2. AWS Native
  3. API Docs
  4. oam
  5. Link

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.oam.Link

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Definition of AWS::Oam::Link Resource Type

    Create Link Resource

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

    Constructor syntax

    new Link(name: string, args: LinkArgs, opts?: CustomResourceOptions);
    @overload
    def Link(resource_name: str,
             args: LinkArgs,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Link(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             resource_types: Optional[Sequence[LinkResourceType]] = None,
             sink_identifier: Optional[str] = None,
             label_template: Optional[str] = None,
             link_configuration: Optional[LinkConfigurationArgs] = None,
             tags: Optional[Mapping[str, str]] = None)
    func NewLink(ctx *Context, name string, args LinkArgs, opts ...ResourceOption) (*Link, error)
    public Link(string name, LinkArgs args, CustomResourceOptions? opts = null)
    public Link(String name, LinkArgs args)
    public Link(String name, LinkArgs args, CustomResourceOptions options)
    
    type: aws-native:oam:Link
    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 LinkArgs
    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 LinkArgs
    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 LinkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LinkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LinkArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Link Resource Properties

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

    Inputs

    The Link resource accepts the following input properties:

    ResourceTypes List<Pulumi.AwsNative.Oam.LinkResourceType>
    An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor .
    SinkIdentifier string
    The ARN of the sink in the monitoring account that you want to link to. You can use ListSinks to find the ARNs of sinks.
    LabelTemplate string

    Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

    You can include the following variables in your template:

    • $AccountName is the name of the account
    • $AccountEmail is a globally-unique email address, which includes the email domain, such as mariagarcia@example.com
    • $AccountEmailNoDomain is an email address without the domain name, such as mariagarcia
    LinkConfiguration Pulumi.AwsNative.Oam.Inputs.LinkConfiguration
    Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
    Tags Dictionary<string, string>
    Tags to apply to the link
    ResourceTypes []LinkResourceType
    An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor .
    SinkIdentifier string
    The ARN of the sink in the monitoring account that you want to link to. You can use ListSinks to find the ARNs of sinks.
    LabelTemplate string

    Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

    You can include the following variables in your template:

    • $AccountName is the name of the account
    • $AccountEmail is a globally-unique email address, which includes the email domain, such as mariagarcia@example.com
    • $AccountEmailNoDomain is an email address without the domain name, such as mariagarcia
    LinkConfiguration LinkConfigurationArgs
    Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
    Tags map[string]string
    Tags to apply to the link
    resourceTypes List<LinkResourceType>
    An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor .
    sinkIdentifier String
    The ARN of the sink in the monitoring account that you want to link to. You can use ListSinks to find the ARNs of sinks.
    labelTemplate String

    Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

    You can include the following variables in your template:

    • $AccountName is the name of the account
    • $AccountEmail is a globally-unique email address, which includes the email domain, such as mariagarcia@example.com
    • $AccountEmailNoDomain is an email address without the domain name, such as mariagarcia
    linkConfiguration LinkConfiguration
    Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
    tags Map<String,String>
    Tags to apply to the link
    resourceTypes LinkResourceType[]
    An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor .
    sinkIdentifier string
    The ARN of the sink in the monitoring account that you want to link to. You can use ListSinks to find the ARNs of sinks.
    labelTemplate string

    Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

    You can include the following variables in your template:

    • $AccountName is the name of the account
    • $AccountEmail is a globally-unique email address, which includes the email domain, such as mariagarcia@example.com
    • $AccountEmailNoDomain is an email address without the domain name, such as mariagarcia
    linkConfiguration LinkConfiguration
    Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
    tags {[key: string]: string}
    Tags to apply to the link
    resource_types Sequence[LinkResourceType]
    An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor .
    sink_identifier str
    The ARN of the sink in the monitoring account that you want to link to. You can use ListSinks to find the ARNs of sinks.
    label_template str

    Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

    You can include the following variables in your template:

    • $AccountName is the name of the account
    • $AccountEmail is a globally-unique email address, which includes the email domain, such as mariagarcia@example.com
    • $AccountEmailNoDomain is an email address without the domain name, such as mariagarcia
    link_configuration LinkConfigurationArgs
    Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
    tags Mapping[str, str]
    Tags to apply to the link
    resourceTypes List<"AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application" | "AWS::InternetMonitor::Monitor">
    An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor .
    sinkIdentifier String
    The ARN of the sink in the monitoring account that you want to link to. You can use ListSinks to find the ARNs of sinks.
    labelTemplate String

    Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

    You can include the following variables in your template:

    • $AccountName is the name of the account
    • $AccountEmail is a globally-unique email address, which includes the email domain, such as mariagarcia@example.com
    • $AccountEmailNoDomain is an email address without the domain name, such as mariagarcia
    linkConfiguration Property Map
    Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
    tags Map<String>
    Tags to apply to the link

    Outputs

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

    Arn string
    The ARN of the link. For example, arn:aws:oam:us-west-1:111111111111:link:abcd1234-a123-456a-a12b-a123b456c789
    Id string
    The provider-assigned unique ID for this managed resource.
    Label string
    The friendly human-readable name used to identify this source account when it is viewed from the monitoring account. For example, my-account1 .
    Arn string
    The ARN of the link. For example, arn:aws:oam:us-west-1:111111111111:link:abcd1234-a123-456a-a12b-a123b456c789
    Id string
    The provider-assigned unique ID for this managed resource.
    Label string
    The friendly human-readable name used to identify this source account when it is viewed from the monitoring account. For example, my-account1 .
    arn String
    The ARN of the link. For example, arn:aws:oam:us-west-1:111111111111:link:abcd1234-a123-456a-a12b-a123b456c789
    id String
    The provider-assigned unique ID for this managed resource.
    label String
    The friendly human-readable name used to identify this source account when it is viewed from the monitoring account. For example, my-account1 .
    arn string
    The ARN of the link. For example, arn:aws:oam:us-west-1:111111111111:link:abcd1234-a123-456a-a12b-a123b456c789
    id string
    The provider-assigned unique ID for this managed resource.
    label string
    The friendly human-readable name used to identify this source account when it is viewed from the monitoring account. For example, my-account1 .
    arn str
    The ARN of the link. For example, arn:aws:oam:us-west-1:111111111111:link:abcd1234-a123-456a-a12b-a123b456c789
    id str
    The provider-assigned unique ID for this managed resource.
    label str
    The friendly human-readable name used to identify this source account when it is viewed from the monitoring account. For example, my-account1 .
    arn String
    The ARN of the link. For example, arn:aws:oam:us-west-1:111111111111:link:abcd1234-a123-456a-a12b-a123b456c789
    id String
    The provider-assigned unique ID for this managed resource.
    label String
    The friendly human-readable name used to identify this source account when it is viewed from the monitoring account. For example, my-account1 .

    Supporting Types

    LinkConfiguration, LinkConfigurationArgs

    LogGroupConfiguration Pulumi.AwsNative.Oam.Inputs.LinkFilter
    Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
    MetricConfiguration Pulumi.AwsNative.Oam.Inputs.LinkFilter
    Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
    LogGroupConfiguration LinkFilter
    Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
    MetricConfiguration LinkFilter
    Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
    logGroupConfiguration LinkFilter
    Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
    metricConfiguration LinkFilter
    Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
    logGroupConfiguration LinkFilter
    Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
    metricConfiguration LinkFilter
    Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
    log_group_configuration LinkFilter
    Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
    metric_configuration LinkFilter
    Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
    logGroupConfiguration Property Map
    Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
    metricConfiguration Property Map
    Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.

    LinkFilter, LinkFilterArgs

    Filter string

    When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account

    When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

    Use single quotation marks (') around log group names and metric namespaces.

    The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR .

    • = and !=
    • AND
    • OR
    • LIKE and NOT LIKE . These can be used only as prefix searches. Include a % at the end of the string that you want to search for and include.
    • IN and NOT IN , using parentheses ( )

    Examples:

    • Namespace NOT LIKE 'AWS/%' includes only namespaces that don't start with AWS/ , such as custom namespaces.
    • Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3') includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
    • Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%' includes only the EC2 namespace and your custom namespaces.
    • LogGroupName IN ('This-Log-Group', 'Other-Log-Group') includes only the log groups with names This-Log-Group and Other-Log-Group .
    • LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2') includes all log groups except the log groups with names Private-Log-Group and Private-Log-Group-2 .
    • LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%' includes all log groups that have names that start with aws/lambda/ or AWSLogs .

    If you are updating a link that uses filters, you can specify * as the only value for the filter parameter to delete the filter and share all log groups with the monitoring account.

    Filter string

    When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account

    When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

    Use single quotation marks (') around log group names and metric namespaces.

    The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR .

    • = and !=
    • AND
    • OR
    • LIKE and NOT LIKE . These can be used only as prefix searches. Include a % at the end of the string that you want to search for and include.
    • IN and NOT IN , using parentheses ( )

    Examples:

    • Namespace NOT LIKE 'AWS/%' includes only namespaces that don't start with AWS/ , such as custom namespaces.
    • Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3') includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
    • Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%' includes only the EC2 namespace and your custom namespaces.
    • LogGroupName IN ('This-Log-Group', 'Other-Log-Group') includes only the log groups with names This-Log-Group and Other-Log-Group .
    • LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2') includes all log groups except the log groups with names Private-Log-Group and Private-Log-Group-2 .
    • LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%' includes all log groups that have names that start with aws/lambda/ or AWSLogs .

    If you are updating a link that uses filters, you can specify * as the only value for the filter parameter to delete the filter and share all log groups with the monitoring account.

    filter String

    When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account

    When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

    Use single quotation marks (') around log group names and metric namespaces.

    The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR .

    • = and !=
    • AND
    • OR
    • LIKE and NOT LIKE . These can be used only as prefix searches. Include a % at the end of the string that you want to search for and include.
    • IN and NOT IN , using parentheses ( )

    Examples:

    • Namespace NOT LIKE 'AWS/%' includes only namespaces that don't start with AWS/ , such as custom namespaces.
    • Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3') includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
    • Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%' includes only the EC2 namespace and your custom namespaces.
    • LogGroupName IN ('This-Log-Group', 'Other-Log-Group') includes only the log groups with names This-Log-Group and Other-Log-Group .
    • LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2') includes all log groups except the log groups with names Private-Log-Group and Private-Log-Group-2 .
    • LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%' includes all log groups that have names that start with aws/lambda/ or AWSLogs .

    If you are updating a link that uses filters, you can specify * as the only value for the filter parameter to delete the filter and share all log groups with the monitoring account.

    filter string

    When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account

    When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

    Use single quotation marks (') around log group names and metric namespaces.

    The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR .

    • = and !=
    • AND
    • OR
    • LIKE and NOT LIKE . These can be used only as prefix searches. Include a % at the end of the string that you want to search for and include.
    • IN and NOT IN , using parentheses ( )

    Examples:

    • Namespace NOT LIKE 'AWS/%' includes only namespaces that don't start with AWS/ , such as custom namespaces.
    • Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3') includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
    • Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%' includes only the EC2 namespace and your custom namespaces.
    • LogGroupName IN ('This-Log-Group', 'Other-Log-Group') includes only the log groups with names This-Log-Group and Other-Log-Group .
    • LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2') includes all log groups except the log groups with names Private-Log-Group and Private-Log-Group-2 .
    • LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%' includes all log groups that have names that start with aws/lambda/ or AWSLogs .

    If you are updating a link that uses filters, you can specify * as the only value for the filter parameter to delete the filter and share all log groups with the monitoring account.

    filter str

    When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account

    When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

    Use single quotation marks (') around log group names and metric namespaces.

    The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR .

    • = and !=
    • AND
    • OR
    • LIKE and NOT LIKE . These can be used only as prefix searches. Include a % at the end of the string that you want to search for and include.
    • IN and NOT IN , using parentheses ( )

    Examples:

    • Namespace NOT LIKE 'AWS/%' includes only namespaces that don't start with AWS/ , such as custom namespaces.
    • Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3') includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
    • Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%' includes only the EC2 namespace and your custom namespaces.
    • LogGroupName IN ('This-Log-Group', 'Other-Log-Group') includes only the log groups with names This-Log-Group and Other-Log-Group .
    • LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2') includes all log groups except the log groups with names Private-Log-Group and Private-Log-Group-2 .
    • LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%' includes all log groups that have names that start with aws/lambda/ or AWSLogs .

    If you are updating a link that uses filters, you can specify * as the only value for the filter parameter to delete the filter and share all log groups with the monitoring account.

    filter String

    When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account

    When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

    Use single quotation marks (') around log group names and metric namespaces.

    The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR .

    • = and !=
    • AND
    • OR
    • LIKE and NOT LIKE . These can be used only as prefix searches. Include a % at the end of the string that you want to search for and include.
    • IN and NOT IN , using parentheses ( )

    Examples:

    • Namespace NOT LIKE 'AWS/%' includes only namespaces that don't start with AWS/ , such as custom namespaces.
    • Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3') includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
    • Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%' includes only the EC2 namespace and your custom namespaces.
    • LogGroupName IN ('This-Log-Group', 'Other-Log-Group') includes only the log groups with names This-Log-Group and Other-Log-Group .
    • LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2') includes all log groups except the log groups with names Private-Log-Group and Private-Log-Group-2 .
    • LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%' includes all log groups that have names that start with aws/lambda/ or AWSLogs .

    If you are updating a link that uses filters, you can specify * as the only value for the filter parameter to delete the filter and share all log groups with the monitoring account.

    LinkResourceType, LinkResourceTypeArgs

    AwsCloudWatchMetric
    AWS::CloudWatch::Metric
    AwsLogsLogGroup
    AWS::Logs::LogGroup
    AwsxRayTrace
    AWS::XRay::Trace
    AwsApplicationInsightsApplication
    AWS::ApplicationInsights::Application
    AwsInternetMonitorMonitor
    AWS::InternetMonitor::Monitor
    LinkResourceTypeAwsCloudWatchMetric
    AWS::CloudWatch::Metric
    LinkResourceTypeAwsLogsLogGroup
    AWS::Logs::LogGroup
    LinkResourceTypeAwsxRayTrace
    AWS::XRay::Trace
    LinkResourceTypeAwsApplicationInsightsApplication
    AWS::ApplicationInsights::Application
    LinkResourceTypeAwsInternetMonitorMonitor
    AWS::InternetMonitor::Monitor
    AwsCloudWatchMetric
    AWS::CloudWatch::Metric
    AwsLogsLogGroup
    AWS::Logs::LogGroup
    AwsxRayTrace
    AWS::XRay::Trace
    AwsApplicationInsightsApplication
    AWS::ApplicationInsights::Application
    AwsInternetMonitorMonitor
    AWS::InternetMonitor::Monitor
    AwsCloudWatchMetric
    AWS::CloudWatch::Metric
    AwsLogsLogGroup
    AWS::Logs::LogGroup
    AwsxRayTrace
    AWS::XRay::Trace
    AwsApplicationInsightsApplication
    AWS::ApplicationInsights::Application
    AwsInternetMonitorMonitor
    AWS::InternetMonitor::Monitor
    AWS_CLOUD_WATCH_METRIC
    AWS::CloudWatch::Metric
    AWS_LOGS_LOG_GROUP
    AWS::Logs::LogGroup
    AWSX_RAY_TRACE
    AWS::XRay::Trace
    AWS_APPLICATION_INSIGHTS_APPLICATION
    AWS::ApplicationInsights::Application
    AWS_INTERNET_MONITOR_MONITOR
    AWS::InternetMonitor::Monitor
    "AWS::CloudWatch::Metric"
    AWS::CloudWatch::Metric
    "AWS::Logs::LogGroup"
    AWS::Logs::LogGroup
    "AWS::XRay::Trace"
    AWS::XRay::Trace
    "AWS::ApplicationInsights::Application"
    AWS::ApplicationInsights::Application
    "AWS::InternetMonitor::Monitor"
    AWS::InternetMonitor::Monitor

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi