We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
Resource Type definition for AWS::Glue::CustomEntityType
Using getCustomEntityType
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 getCustomEntityType(args: GetCustomEntityTypeArgs, opts?: InvokeOptions): Promise<GetCustomEntityTypeResult>
function getCustomEntityTypeOutput(args: GetCustomEntityTypeOutputArgs, opts?: InvokeOutputOptions): Output<GetCustomEntityTypeResult>def get_custom_entity_type(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomEntityTypeResult
def get_custom_entity_type_output(name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetCustomEntityTypeResult]func LookupCustomEntityType(ctx *Context, args *LookupCustomEntityTypeArgs, opts ...InvokeOption) (*LookupCustomEntityTypeResult, error)
func LookupCustomEntityTypeOutput(ctx *Context, args *LookupCustomEntityTypeOutputArgs, opts ...InvokeOption) LookupCustomEntityTypeResultOutput> Note: This function is named LookupCustomEntityType in the Go SDK.
public static class GetCustomEntityType
{
public static Task<GetCustomEntityTypeResult> InvokeAsync(GetCustomEntityTypeArgs args, InvokeOptions? opts = null)
public static Output<GetCustomEntityTypeResult> Invoke(GetCustomEntityTypeInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetCustomEntityTypeResult> Invoke(GetCustomEntityTypeInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetCustomEntityTypeResult> getCustomEntityType(GetCustomEntityTypeArgs args, InvokeOptions options)
public static Output<GetCustomEntityTypeResult> getCustomEntityType(GetCustomEntityTypeArgs args, InvokeOptions options)
public static Output<GetCustomEntityTypeResult> getCustomEntityType(GetCustomEntityTypeArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:glue:getCustomEntityType
arguments:
# arguments dictionarydata "aws-native_glue_get_custom_entity_type" "name" {
# arguments
}The following arguments are supported:
- Name string
- The name of the custom entity type.
- Name string
- The name of the custom entity type.
- name string
- The name of the custom entity type.
- name String
- The name of the custom entity type.
- name string
- The name of the custom entity type.
- name str
- The name of the custom entity type.
- name String
- The name of the custom entity type.
getCustomEntityType Result
The following output properties are available:
- Context
Words List<string> - A list of context words.
- Regex
String string - A regular expression string that is used for detecting sensitive data in a custom pattern.
- Context
Words []string - A list of context words.
- Regex
String string - A regular expression string that is used for detecting sensitive data in a custom pattern.
- context_
words list(string) - A list of context words.
- regex_
string string - A regular expression string that is used for detecting sensitive data in a custom pattern.
- context
Words List<String> - A list of context words.
- regex
String String - A regular expression string that is used for detecting sensitive data in a custom pattern.
- context
Words string[] - A list of context words.
- regex
String string - A regular expression string that is used for detecting sensitive data in a custom pattern.
- context_
words Sequence[str] - A list of context words.
- regex_
string str - A regular expression string that is used for detecting sensitive data in a custom pattern.
- context
Words List<String> - A list of context words.
- regex
String String - A regular expression string that is used for detecting sensitive data in a custom pattern.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi