1. Packages
  2. AWS Native
  3. API Docs
  4. logs
  5. getDelivery

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.logs.getDelivery

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    This structure contains information about one delivery in your account.

    A delivery is a connection between a logical delivery source and a logical delivery destination.

    For more information, see CreateDelivery.

    Using getDelivery

    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 getDelivery(args: GetDeliveryArgs, opts?: InvokeOptions): Promise<GetDeliveryResult>
    function getDeliveryOutput(args: GetDeliveryOutputArgs, opts?: InvokeOptions): Output<GetDeliveryResult>
    def get_delivery(delivery_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetDeliveryResult
    def get_delivery_output(delivery_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetDeliveryResult]
    func LookupDelivery(ctx *Context, args *LookupDeliveryArgs, opts ...InvokeOption) (*LookupDeliveryResult, error)
    func LookupDeliveryOutput(ctx *Context, args *LookupDeliveryOutputArgs, opts ...InvokeOption) LookupDeliveryResultOutput

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

    public static class GetDelivery 
    {
        public static Task<GetDeliveryResult> InvokeAsync(GetDeliveryArgs args, InvokeOptions? opts = null)
        public static Output<GetDeliveryResult> Invoke(GetDeliveryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDeliveryResult> getDelivery(GetDeliveryArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:logs:getDelivery
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DeliveryId string
    The unique ID that identifies this delivery in your account.
    DeliveryId string
    The unique ID that identifies this delivery in your account.
    deliveryId String
    The unique ID that identifies this delivery in your account.
    deliveryId string
    The unique ID that identifies this delivery in your account.
    delivery_id str
    The unique ID that identifies this delivery in your account.
    deliveryId String
    The unique ID that identifies this delivery in your account.

    getDelivery Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) that uniquely identifies this delivery.
    DeliveryDestinationType string
    Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
    DeliveryId string
    The unique ID that identifies this delivery in your account.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags that have been assigned to this delivery.
    Arn string
    The Amazon Resource Name (ARN) that uniquely identifies this delivery.
    DeliveryDestinationType string
    Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
    DeliveryId string
    The unique ID that identifies this delivery in your account.
    Tags Tag
    The tags that have been assigned to this delivery.
    arn String
    The Amazon Resource Name (ARN) that uniquely identifies this delivery.
    deliveryDestinationType String
    Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
    deliveryId String
    The unique ID that identifies this delivery in your account.
    tags List<Tag>
    The tags that have been assigned to this delivery.
    arn string
    The Amazon Resource Name (ARN) that uniquely identifies this delivery.
    deliveryDestinationType string
    Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
    deliveryId string
    The unique ID that identifies this delivery in your account.
    tags Tag[]
    The tags that have been assigned to this delivery.
    arn str
    The Amazon Resource Name (ARN) that uniquely identifies this delivery.
    delivery_destination_type str
    Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
    delivery_id str
    The unique ID that identifies this delivery in your account.
    tags Sequence[root_Tag]
    The tags that have been assigned to this delivery.
    arn String
    The Amazon Resource Name (ARN) that uniquely identifies this delivery.
    deliveryDestinationType String
    Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
    deliveryId String
    The unique ID that identifies this delivery in your account.
    tags List<Property Map>
    The tags that have been assigned to this delivery.

    Supporting Types

    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

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

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi