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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.macie.getCustomDataIdentifier

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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>
Copy
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]
Copy
func LookupCustomDataIdentifier(ctx *Context, args *LookupCustomDataIdentifierArgs, opts ...InvokeOption) (*LookupCustomDataIdentifierResult, error)
func LookupCustomDataIdentifierOutput(ctx *Context, args *LookupCustomDataIdentifierOutputArgs, opts ...InvokeOption) LookupCustomDataIdentifierResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCustomDataIdentifierResult> getCustomDataIdentifier(GetCustomDataIdentifierArgs args, InvokeOptions options)
public static Output<GetCustomDataIdentifierResult> getCustomDataIdentifier(GetCustomDataIdentifierArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:macie:getCustomDataIdentifier
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
Custom data identifier ID.
Id This property is required. string
Custom data identifier ID.
id This property is required. String
Custom data identifier ID.
id This property is required. string
Custom data identifier ID.
id This property is required. str
Custom data identifier ID.
id This property is required. 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 This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi