1. Packages
  2. AWS Native
  3. API Docs
  4. frauddetector
  5. getEventType

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi

aws-native.frauddetector.getEventType

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi

    A resource schema for an EventType in Amazon Fraud Detector.

    Using getEventType

    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 getEventType(args: GetEventTypeArgs, opts?: InvokeOptions): Promise<GetEventTypeResult>
    function getEventTypeOutput(args: GetEventTypeOutputArgs, opts?: InvokeOptions): Output<GetEventTypeResult>
    def get_event_type(arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetEventTypeResult
    def get_event_type_output(arn: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetEventTypeResult]
    func LookupEventType(ctx *Context, args *LookupEventTypeArgs, opts ...InvokeOption) (*LookupEventTypeResult, error)
    func LookupEventTypeOutput(ctx *Context, args *LookupEventTypeOutputArgs, opts ...InvokeOption) LookupEventTypeResultOutput

    > Note: This function is named LookupEventType in the Go SDK.

    public static class GetEventType 
    {
        public static Task<GetEventTypeResult> InvokeAsync(GetEventTypeArgs args, InvokeOptions? opts = null)
        public static Output<GetEventTypeResult> Invoke(GetEventTypeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEventTypeResult> getEventType(GetEventTypeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:frauddetector:getEventType
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The ARN of the event type.
    Arn string
    The ARN of the event type.
    arn String
    The ARN of the event type.
    arn string
    The ARN of the event type.
    arn str
    The ARN of the event type.
    arn String
    The ARN of the event type.

    getEventType Result

    The following output properties are available:

    Arn string
    The ARN of the event type.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description of the event type.
    EntityTypes List<Pulumi.AwsNative.FraudDetector.Outputs.EventTypeEntityType>
    The event type entity types.
    EventVariables List<Pulumi.AwsNative.FraudDetector.Outputs.EventTypeEventVariable>
    The event type event variables.
    Labels List<Pulumi.AwsNative.FraudDetector.Outputs.EventTypeLabel>
    The event type labels.
    LastUpdatedTime string
    The time when the event type was last updated.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with this event type.
    Arn string
    The ARN of the event type.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description of the event type.
    EntityTypes []EventTypeEntityType
    The event type entity types.
    EventVariables []EventTypeEventVariable
    The event type event variables.
    Labels []EventTypeLabel
    The event type labels.
    LastUpdatedTime string
    The time when the event type was last updated.
    Tags Tag
    Tags associated with this event type.
    arn String
    The ARN of the event type.
    createdTime String
    The time when the event type was created.
    description String
    The description of the event type.
    entityTypes List<EventTypeEntityType>
    The event type entity types.
    eventVariables List<EventTypeEventVariable>
    The event type event variables.
    labels List<EventTypeLabel>
    The event type labels.
    lastUpdatedTime String
    The time when the event type was last updated.
    tags List<Tag>
    Tags associated with this event type.
    arn string
    The ARN of the event type.
    createdTime string
    The time when the event type was created.
    description string
    The description of the event type.
    entityTypes EventTypeEntityType[]
    The event type entity types.
    eventVariables EventTypeEventVariable[]
    The event type event variables.
    labels EventTypeLabel[]
    The event type labels.
    lastUpdatedTime string
    The time when the event type was last updated.
    tags Tag[]
    Tags associated with this event type.
    arn str
    The ARN of the event type.
    created_time str
    The time when the event type was created.
    description str
    The description of the event type.
    entity_types Sequence[EventTypeEntityType]
    The event type entity types.
    event_variables Sequence[EventTypeEventVariable]
    The event type event variables.
    labels Sequence[EventTypeLabel]
    The event type labels.
    last_updated_time str
    The time when the event type was last updated.
    tags Sequence[root_Tag]
    Tags associated with this event type.
    arn String
    The ARN of the event type.
    createdTime String
    The time when the event type was created.
    description String
    The description of the event type.
    entityTypes List<Property Map>
    The event type entity types.
    eventVariables List<Property Map>
    The event type event variables.
    labels List<Property Map>
    The event type labels.
    lastUpdatedTime String
    The time when the event type was last updated.
    tags List<Property Map>
    Tags associated with this event type.

    Supporting Types

    EventTypeEntityType

    Arn string
    The entity type ARN.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the event type was last updated.
    Name string

    The entity type name.

    ^[0-9a-z_-]+$

    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
    Tags associated with this event type.
    Arn string
    The entity type ARN.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the event type was last updated.
    Name string

    The entity type name.

    ^[0-9a-z_-]+$

    Tags []EventTypeTag
    Tags associated with this event type.
    arn String
    The entity type ARN.
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the event type was last updated.
    name String

    The entity type name.

    ^[0-9a-z_-]+$

    tags List<EventTypeTag>
    Tags associated with this event type.
    arn string
    The entity type ARN.
    createdTime string
    The time when the event type was created.
    description string
    The description.
    inline boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    lastUpdatedTime string
    The time when the event type was last updated.
    name string

    The entity type name.

    ^[0-9a-z_-]+$

    tags EventTypeTag[]
    Tags associated with this event type.
    arn str
    The entity type ARN.
    created_time str
    The time when the event type was created.
    description str
    The description.
    inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    last_updated_time str
    The time when the event type was last updated.
    name str

    The entity type name.

    ^[0-9a-z_-]+$

    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    arn String
    The entity type ARN.
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the event type was last updated.
    name String

    The entity type name.

    ^[0-9a-z_-]+$

    tags List<Property Map>
    Tags associated with this event type.

    EventTypeEventVariable

    Arn string
    The event variable ARN.
    CreatedTime string
    The time when the event type was created.
    DataSource Pulumi.AwsNative.FraudDetector.EventTypeEventVariableDataSource

    The source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a event type, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    DataType Pulumi.AwsNative.FraudDetector.EventTypeEventVariableDataType
    The data type of the event variable. For more information, see Data types .
    DefaultValue string
    The default value of the event variable
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    The name of the event variable.
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
    Tags associated with this event type.
    VariableType Pulumi.AwsNative.FraudDetector.EventTypeEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    Arn string
    The event variable ARN.
    CreatedTime string
    The time when the event type was created.
    DataSource EventTypeEventVariableDataSource

    The source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a event type, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    DataType EventTypeEventVariableDataType
    The data type of the event variable. For more information, see Data types .
    DefaultValue string
    The default value of the event variable
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    The name of the event variable.
    Tags []EventTypeTag
    Tags associated with this event type.
    VariableType EventTypeEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    arn String
    The event variable ARN.
    createdTime String
    The time when the event type was created.
    dataSource EventTypeEventVariableDataSource

    The source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a event type, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    dataType EventTypeEventVariableDataType
    The data type of the event variable. For more information, see Data types .
    defaultValue String
    The default value of the event variable
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    The name of the event variable.
    tags List<EventTypeTag>
    Tags associated with this event type.
    variableType EventTypeEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    arn string
    The event variable ARN.
    createdTime string
    The time when the event type was created.
    dataSource EventTypeEventVariableDataSource

    The source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a event type, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    dataType EventTypeEventVariableDataType
    The data type of the event variable. For more information, see Data types .
    defaultValue string
    The default value of the event variable
    description string
    The description.
    inline boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    The name of the event variable.
    tags EventTypeTag[]
    Tags associated with this event type.
    variableType EventTypeEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    arn str
    The event variable ARN.
    created_time str
    The time when the event type was created.
    data_source EventTypeEventVariableDataSource

    The source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a event type, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    data_type EventTypeEventVariableDataType
    The data type of the event variable. For more information, see Data types .
    default_value str
    The default value of the event variable
    description str
    The description.
    inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    last_updated_time str
    The time when the event type was last updated.
    name str
    The name of the event variable.
    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    variable_type EventTypeEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    arn String
    The event variable ARN.
    createdTime String
    The time when the event type was created.
    dataSource "EVENT"

    The source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a event type, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    dataType "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN"
    The data type of the event variable. For more information, see Data types .
    defaultValue String
    The default value of the event variable
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    The name of the event variable.
    tags List<Property Map>
    Tags associated with this event type.
    variableType "AUTH_CODE" | "AVS" | "BILLING_ADDRESS_L1" | "BILLING_ADDRESS_L2" | "BILLING_CITY" | "BILLING_COUNTRY" | "BILLING_NAME" | "BILLING_PHONE" | "BILLING_STATE" | "BILLING_ZIP" | "CARD_BIN" | "CATEGORICAL" | "CURRENCY_CODE" | "EMAIL_ADDRESS" | "FINGERPRINT" | "FRAUD_LABEL" | "FREE_FORM_TEXT" | "IP_ADDRESS" | "NUMERIC" | "ORDER_ID" | "PAYMENT_TYPE" | "PHONE_NUMBER" | "PRICE" | "PRODUCT_CATEGORY" | "SHIPPING_ADDRESS_L1" | "SHIPPING_ADDRESS_L2" | "SHIPPING_CITY" | "SHIPPING_COUNTRY" | "SHIPPING_NAME" | "SHIPPING_PHONE" | "SHIPPING_STATE" | "SHIPPING_ZIP" | "USERAGENT"
    The type of event variable. For more information, see Variable types .

    EventTypeEventVariableDataSource

    EventTypeEventVariableDataType

    EventTypeEventVariableVariableType

    EventTypeLabel

    Arn string
    The label ARN.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your EventType but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    The label name.
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
    Tags associated with this event type.
    Arn string
    The label ARN.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your EventType but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    The label name.
    Tags []EventTypeTag
    Tags associated with this event type.
    arn String
    The label ARN.
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your EventType but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    The label name.
    tags List<EventTypeTag>
    Tags associated with this event type.
    arn string
    The label ARN.
    createdTime string
    The time when the event type was created.
    description string
    The description.
    inline boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your EventType but not execute any changes to the variables.

    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    The label name.
    tags EventTypeTag[]
    Tags associated with this event type.
    arn str
    The label ARN.
    created_time str
    The time when the event type was created.
    description str
    The description.
    inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your EventType but not execute any changes to the variables.

    last_updated_time str
    The time when the event type was last updated.
    name str
    The label name.
    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    arn String
    The label ARN.
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your EventType but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    The label name.
    tags List<Property Map>
    Tags associated with this event type.

    EventTypeTag

    Key string
    A tag key.
    Value string
    A value assigned to a tag key.
    Key string
    A tag key.
    Value string
    A value assigned to a tag key.
    key String
    A tag key.
    value String
    A value assigned to a tag key.
    key string
    A tag key.
    value string
    A value assigned to a tag key.
    key str
    A tag key.
    value str
    A value assigned to a tag key.
    key String
    A tag key.
    value String
    A value assigned to a tag key.

    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.108.3 published on Wednesday, Jun 12, 2024 by Pulumi