We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
A field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
Using getField
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 getField(args: GetFieldArgs, opts?: InvokeOptions): Promise<GetFieldResult>
function getFieldOutput(args: GetFieldOutputArgs, opts?: InvokeOptions): Output<GetFieldResult>def get_field(field_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFieldResult
def get_field_output(field_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFieldResult]func LookupField(ctx *Context, args *LookupFieldArgs, opts ...InvokeOption) (*LookupFieldResult, error)
func LookupFieldOutput(ctx *Context, args *LookupFieldOutputArgs, opts ...InvokeOption) LookupFieldResultOutput> Note: This function is named LookupField in the Go SDK.
public static class GetField
{
public static Task<GetFieldResult> InvokeAsync(GetFieldArgs args, InvokeOptions? opts = null)
public static Output<GetFieldResult> Invoke(GetFieldInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFieldResult> getField(GetFieldArgs args, InvokeOptions options)
public static Output<GetFieldResult> getField(GetFieldArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:cases:getField
arguments:
# arguments dictionaryThe following arguments are supported:
- Field
Arn string - The Amazon Resource Name (ARN) of the field.
- Field
Arn string - The Amazon Resource Name (ARN) of the field.
- field
Arn String - The Amazon Resource Name (ARN) of the field.
- field
Arn string - The Amazon Resource Name (ARN) of the field.
- field_
arn str - The Amazon Resource Name (ARN) of the field.
- field
Arn String - The Amazon Resource Name (ARN) of the field.
getField Result
The following output properties are available:
- Created
Time string - The time at which the field was created.
- Description string
- A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
- Field
Arn string - The Amazon Resource Name (ARN) of the field.
- Field
Id string - The unique identifier of a field.
- Last
Modified stringTime - The time at which the field was created or last modified.
- Name string
- The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
- Namespace
Pulumi.
Aws Native. Cases. Field Namespace - Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
-
List<Pulumi.
Aws Native. Outputs. Tag>
- Created
Time string - The time at which the field was created.
- Description string
- A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
- Field
Arn string - The Amazon Resource Name (ARN) of the field.
- Field
Id string - The unique identifier of a field.
- Last
Modified stringTime - The time at which the field was created or last modified.
- Name string
- The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
- Namespace
Field
Namespace - Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
- Tag
- created
Time String - The time at which the field was created.
- description String
- A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
- field
Arn String - The Amazon Resource Name (ARN) of the field.
- field
Id String - The unique identifier of a field.
- last
Modified StringTime - The time at which the field was created or last modified.
- name String
- The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
- namespace
Field
Namespace - Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
- List<Tag>
- created
Time string - The time at which the field was created.
- description string
- A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
- field
Arn string - The Amazon Resource Name (ARN) of the field.
- field
Id string - The unique identifier of a field.
- last
Modified stringTime - The time at which the field was created or last modified.
- name string
- The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
- namespace
Field
Namespace - Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
- Tag[]
- created_
time str - The time at which the field was created.
- description str
- A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
- field_
arn str - The Amazon Resource Name (ARN) of the field.
- field_
id str - The unique identifier of a field.
- last_
modified_ strtime - The time at which the field was created or last modified.
- name str
- The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
- namespace
Field
Namespace - Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
- Sequence[root_Tag]
- created
Time String - The time at which the field was created.
- description String
- A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
- field
Arn String - The Amazon Resource Name (ARN) of the field.
- field
Id String - The unique identifier of a field.
- last
Modified StringTime - The time at which the field was created or last modified.
- name String
- The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
- namespace "System" | "Custom"
- Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
- List<Property Map>
Supporting Types
FieldNamespace
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.
