1. Packages
  2. AWS Native
  3. API Docs
  4. deadline
  5. getMonitor

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.deadline.getMonitor

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::Deadline::Monitor Resource Type

    Using getMonitor

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getMonitor(args: GetMonitorArgs, opts?: InvokeOptions): Promise<GetMonitorResult>
    function getMonitorOutput(args: GetMonitorOutputArgs, opts?: InvokeOptions): Output<GetMonitorResult>
    def get_monitor(arn: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetMonitorResult
    def get_monitor_output(arn: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetMonitorResult]
    func LookupMonitor(ctx *Context, args *LookupMonitorArgs, opts ...InvokeOption) (*LookupMonitorResult, error)
    func LookupMonitorOutput(ctx *Context, args *LookupMonitorOutputArgs, opts ...InvokeOption) LookupMonitorResultOutput

    > Note: This function is named LookupMonitor in the Go SDK.

    public static class GetMonitor 
    {
        public static Task<GetMonitorResult> InvokeAsync(GetMonitorArgs args, InvokeOptions? opts = null)
        public static Output<GetMonitorResult> Invoke(GetMonitorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMonitorResult> getMonitor(GetMonitorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:deadline:getMonitor
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the monitor.
    Arn string
    The Amazon Resource Name (ARN) of the monitor.
    arn String
    The Amazon Resource Name (ARN) of the monitor.
    arn string
    The Amazon Resource Name (ARN) of the monitor.
    arn str
    The Amazon Resource Name (ARN) of the monitor.
    arn String
    The Amazon Resource Name (ARN) of the monitor.

    getMonitor Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the monitor.
    DisplayName string
    The name of the monitor that displays on the Deadline Cloud console.
    IdentityCenterApplicationArn string
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    MonitorId string
    The unique identifier for the monitor.
    RoleArn string
    The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
    Subdomain string
    The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    Url string
    The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    Arn string
    The Amazon Resource Name (ARN) of the monitor.
    DisplayName string
    The name of the monitor that displays on the Deadline Cloud console.
    IdentityCenterApplicationArn string
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    MonitorId string
    The unique identifier for the monitor.
    RoleArn string
    The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
    Subdomain string
    The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    Url string
    The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    arn String
    The Amazon Resource Name (ARN) of the monitor.
    displayName String
    The name of the monitor that displays on the Deadline Cloud console.
    identityCenterApplicationArn String
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    monitorId String
    The unique identifier for the monitor.
    roleArn String
    The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
    subdomain String
    The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    url String
    The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    arn string
    The Amazon Resource Name (ARN) of the monitor.
    displayName string
    The name of the monitor that displays on the Deadline Cloud console.
    identityCenterApplicationArn string
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    monitorId string
    The unique identifier for the monitor.
    roleArn string
    The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
    subdomain string
    The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    url string
    The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    arn str
    The Amazon Resource Name (ARN) of the monitor.
    display_name str
    The name of the monitor that displays on the Deadline Cloud console.
    identity_center_application_arn str
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    monitor_id str
    The unique identifier for the monitor.
    role_arn str
    The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
    subdomain str
    The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    url str
    The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    arn String
    The Amazon Resource Name (ARN) of the monitor.
    displayName String
    The name of the monitor that displays on the Deadline Cloud console.
    identityCenterApplicationArn String
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    monitorId String
    The unique identifier for the monitor.
    roleArn String
    The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
    subdomain String
    The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
    url String
    The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.

    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