AWS Native is in preview. AWS Classic is fully supported.
aws-native.logs.getDeliveryDestination
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
This structure contains information about one delivery destination in your account.
A delivery destination is an AWS resource that represents an AWS service that logs can be sent to CloudWatch Logs, Amazon S3, are supported as Kinesis Data Firehose delivery destinations.
Using getDeliveryDestination
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 getDeliveryDestination(args: GetDeliveryDestinationArgs, opts?: InvokeOptions): Promise<GetDeliveryDestinationResult>
function getDeliveryDestinationOutput(args: GetDeliveryDestinationOutputArgs, opts?: InvokeOptions): Output<GetDeliveryDestinationResult>
def get_delivery_destination(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeliveryDestinationResult
def get_delivery_destination_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeliveryDestinationResult]
func LookupDeliveryDestination(ctx *Context, args *LookupDeliveryDestinationArgs, opts ...InvokeOption) (*LookupDeliveryDestinationResult, error)
func LookupDeliveryDestinationOutput(ctx *Context, args *LookupDeliveryDestinationOutputArgs, opts ...InvokeOption) LookupDeliveryDestinationResultOutput
> Note: This function is named LookupDeliveryDestination
in the Go SDK.
public static class GetDeliveryDestination
{
public static Task<GetDeliveryDestinationResult> InvokeAsync(GetDeliveryDestinationArgs args, InvokeOptions? opts = null)
public static Output<GetDeliveryDestinationResult> Invoke(GetDeliveryDestinationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeliveryDestinationResult> getDeliveryDestination(GetDeliveryDestinationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:logs:getDeliveryDestination
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of this delivery destination.
- Name string
- The name of this delivery destination.
- name String
- The name of this delivery destination.
- name string
- The name of this delivery destination.
- name str
- The name of this delivery destination.
- name String
- The name of this delivery destination.
getDeliveryDestination Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
- Delivery
Destination List<Pulumi.Policy Aws Native. Logs. Outputs. Delivery Destination Destination Policy> IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
The policy must be in JSON string format.
Length Constraints: Maximum length of 51200
- Delivery
Destination stringType - Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags that have been assigned to this delivery destination.
- Arn string
- The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
- Delivery
Destination []DeliveryPolicy Destination Destination Policy IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
The policy must be in JSON string format.
Length Constraints: Maximum length of 51200
- Delivery
Destination stringType - Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
- Tag
- The tags that have been assigned to this delivery destination.
- arn String
- The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
- delivery
Destination List<DeliveryPolicy Destination Destination Policy> IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
The policy must be in JSON string format.
Length Constraints: Maximum length of 51200
- delivery
Destination StringType - Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
- List<Tag>
- The tags that have been assigned to this delivery destination.
- arn string
- The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
- delivery
Destination DeliveryPolicy Destination Destination Policy[] IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
The policy must be in JSON string format.
Length Constraints: Maximum length of 51200
- delivery
Destination stringType - Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
- Tag[]
- The tags that have been assigned to this delivery destination.
- arn str
- The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
- delivery_
destination_ Sequence[Deliverypolicy Destination Destination Policy] IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
The policy must be in JSON string format.
Length Constraints: Maximum length of 51200
- delivery_
destination_ strtype - Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
- Sequence[root_Tag]
- The tags that have been assigned to this delivery destination.
- arn String
- The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
- delivery
Destination List<Property Map>Policy IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
The policy must be in JSON string format.
Length Constraints: Maximum length of 51200
- delivery
Destination StringType - Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
- List<Property Map>
- The tags that have been assigned to this delivery destination.
Supporting Types
DeliveryDestinationDestinationPolicy
- Delivery
Destination stringName - The name of the delivery destination to assign this policy to
- Delivery
Destination stringPolicy - The contents of the policy attached to the delivery destination
- Delivery
Destination stringName - The name of the delivery destination to assign this policy to
- Delivery
Destination stringPolicy - The contents of the policy attached to the delivery destination
- delivery
Destination StringName - The name of the delivery destination to assign this policy to
- delivery
Destination StringPolicy - The contents of the policy attached to the delivery destination
- delivery
Destination stringName - The name of the delivery destination to assign this policy to
- delivery
Destination stringPolicy - The contents of the policy attached to the delivery destination
- delivery_
destination_ strname - The name of the delivery destination to assign this policy to
- delivery_
destination_ strpolicy - The contents of the policy attached to the delivery destination
- delivery
Destination StringName - The name of the delivery destination to assign this policy to
- delivery
Destination StringPolicy - The contents of the policy attached to the delivery destination
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.