1. Packages
  2. AWS Native
  3. API Docs
  4. macie
  5. getCustomDataIdentifier

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

AWS Native v0.65.0 published on Wednesday, Jun 7, 2023 by Pulumi

aws-native.macie.getCustomDataIdentifier

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.65.0 published on Wednesday, Jun 7, 2023 by Pulumi

    Macie CustomDataIdentifier resource schema

    Using getCustomDataIdentifier

    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 getCustomDataIdentifier(args: GetCustomDataIdentifierArgs, opts?: InvokeOptions): Promise<GetCustomDataIdentifierResult>
    function getCustomDataIdentifierOutput(args: GetCustomDataIdentifierOutputArgs, opts?: InvokeOptions): Output<GetCustomDataIdentifierResult>
    def get_custom_data_identifier(id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCustomDataIdentifierResult
    def get_custom_data_identifier_output(id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCustomDataIdentifierResult]
    func LookupCustomDataIdentifier(ctx *Context, args *LookupCustomDataIdentifierArgs, opts ...InvokeOption) (*LookupCustomDataIdentifierResult, error)
    func LookupCustomDataIdentifierOutput(ctx *Context, args *LookupCustomDataIdentifierOutputArgs, opts ...InvokeOption) LookupCustomDataIdentifierResultOutput

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

    public static class GetCustomDataIdentifier 
    {
        public static Task<GetCustomDataIdentifierResult> InvokeAsync(GetCustomDataIdentifierArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomDataIdentifierResult> Invoke(GetCustomDataIdentifierInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCustomDataIdentifierResult> getCustomDataIdentifier(GetCustomDataIdentifierArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:macie:getCustomDataIdentifier
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string

    Custom data identifier ID.

    Id string

    Custom data identifier ID.

    id String

    Custom data identifier ID.

    id string

    Custom data identifier ID.

    id str

    Custom data identifier ID.

    id String

    Custom data identifier ID.

    getCustomDataIdentifier Result

    The following output properties are available:

    Arn string

    Custom data identifier ARN.

    Id string

    Custom data identifier ID.

    Arn string

    Custom data identifier ARN.

    Id string

    Custom data identifier ID.

    arn String

    Custom data identifier ARN.

    id String

    Custom data identifier ID.

    arn string

    Custom data identifier ARN.

    id string

    Custom data identifier ID.

    arn str

    Custom data identifier ARN.

    id str

    Custom data identifier ID.

    arn String

    Custom data identifier ARN.

    id String

    Custom data identifier ID.

    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.65.0 published on Wednesday, Jun 7, 2023 by Pulumi