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.102.0 published on Tuesday, Apr 16, 2024 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.102.0 published on Tuesday, Apr 16, 2024 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.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A collection of tags associated with a resource
    Arn string
    Custom data identifier ARN.
    Id string
    Custom data identifier ID.
    Tags Tag
    A collection of tags associated with a resource
    arn String
    Custom data identifier ARN.
    id String
    Custom data identifier ID.
    tags List<Tag>
    A collection of tags associated with a resource
    arn string
    Custom data identifier ARN.
    id string
    Custom data identifier ID.
    tags Tag[]
    A collection of tags associated with a resource
    arn str
    Custom data identifier ARN.
    id str
    Custom data identifier ID.
    tags Sequence[root_Tag]
    A collection of tags associated with a resource
    arn String
    Custom data identifier ARN.
    id String
    Custom data identifier ID.
    tags List<Property Map>
    A collection of tags associated with a resource

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi