We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 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.
- List<Pulumi.
Aws Native. Outputs. Tag> - A collection of tags associated with a resource
- arn str
- Custom data identifier ARN.
- id str
- Custom data identifier ID.
- Sequence[root_Tag]
- A collection of tags associated with a resource
- arn String
- Custom data identifier ARN.
- id String
- Custom data identifier ID.
- List<Property Map>
- A collection of tags associated with a resource
Supporting Types
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.9.0 published on Monday, Nov 18, 2024 by Pulumi