We recommend new projects start with resources from the AWS provider.
aws-native.oam.getSink
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Oam::Sink
Using getSink
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 getSink(args: GetSinkArgs, opts?: InvokeOptions): Promise<GetSinkResult>
function getSinkOutput(args: GetSinkOutputArgs, opts?: InvokeOptions): Output<GetSinkResult>def get_sink(arn: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetSinkResult
def get_sink_output(arn: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetSinkResult]func LookupSink(ctx *Context, args *LookupSinkArgs, opts ...InvokeOption) (*LookupSinkResult, error)
func LookupSinkOutput(ctx *Context, args *LookupSinkOutputArgs, opts ...InvokeOption) LookupSinkResultOutput> Note: This function is named LookupSink in the Go SDK.
public static class GetSink 
{
    public static Task<GetSinkResult> InvokeAsync(GetSinkArgs args, InvokeOptions? opts = null)
    public static Output<GetSinkResult> Invoke(GetSinkInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSinkResult> getSink(GetSinkArgs args, InvokeOptions options)
public static Output<GetSinkResult> getSink(GetSinkArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:oam:getSink
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- Arn string
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- arn String
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- arn string
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- arn str
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- arn String
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
getSink Result
The following output properties are available:
- Arn string
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- Policy object
- The policy of this ObservabilityAccessManager Sink. - Search the CloudFormation User Guide for - AWS::Oam::Sinkfor more information about the expected schema for this property.
- Dictionary<string, string>
- Tags to apply to the sink
- Arn string
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- Policy interface{}
- The policy of this ObservabilityAccessManager Sink. - Search the CloudFormation User Guide for - AWS::Oam::Sinkfor more information about the expected schema for this property.
- map[string]string
- Tags to apply to the sink
- arn String
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- policy Object
- The policy of this ObservabilityAccessManager Sink. - Search the CloudFormation User Guide for - AWS::Oam::Sinkfor more information about the expected schema for this property.
- Map<String,String>
- Tags to apply to the sink
- arn string
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- policy any
- The policy of this ObservabilityAccessManager Sink. - Search the CloudFormation User Guide for - AWS::Oam::Sinkfor more information about the expected schema for this property.
- {[key: string]: string}
- Tags to apply to the sink
- arn str
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- policy Any
- The policy of this ObservabilityAccessManager Sink. - Search the CloudFormation User Guide for - AWS::Oam::Sinkfor more information about the expected schema for this property.
- Mapping[str, str]
- Tags to apply to the sink
- arn String
- The Amazon resource name (ARN) of the ObservabilityAccessManager Sink
- policy Any
- The policy of this ObservabilityAccessManager Sink. - Search the CloudFormation User Guide for - AWS::Oam::Sinkfor more information about the expected schema for this property.
- Map<String>
- Tags to apply to the sink
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.