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

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.frauddetector.EventType

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    A resource schema for an EventType in Amazon Fraud Detector.

    Create EventType Resource

    new EventType(name: string, args: EventTypeArgs, opts?: CustomResourceOptions);
    @overload
    def EventType(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  description: Optional[str] = None,
                  entity_types: Optional[Sequence[EventTypeEntityTypeArgs]] = None,
                  event_variables: Optional[Sequence[EventTypeEventVariableArgs]] = None,
                  labels: Optional[Sequence[EventTypeLabelArgs]] = None,
                  name: Optional[str] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def EventType(resource_name: str,
                  args: EventTypeArgs,
                  opts: Optional[ResourceOptions] = None)
    func NewEventType(ctx *Context, name string, args EventTypeArgs, opts ...ResourceOption) (*EventType, error)
    public EventType(string name, EventTypeArgs args, CustomResourceOptions? opts = null)
    public EventType(String name, EventTypeArgs args)
    public EventType(String name, EventTypeArgs args, CustomResourceOptions options)
    
    type: aws-native:frauddetector:EventType
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args EventTypeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args EventTypeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args EventTypeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EventTypeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EventTypeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    EventType Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The EventType resource accepts the following input properties:

    EntityTypes []EventTypeEntityTypeArgs
    EventVariables []EventTypeEventVariableArgs
    Labels []EventTypeLabelArgs
    Description string
    The description of the event type.
    Name string
    The name for the event type
    Tags TagArgs
    Tags associated with this event type.
    entityTypes List<EventTypeEntityType>
    eventVariables List<EventTypeEventVariable>
    labels List<EventTypeLabel>
    description String
    The description of the event type.
    name String
    The name for the event type
    tags List<Tag>
    Tags associated with this event type.
    entityTypes EventTypeEntityType[]
    eventVariables EventTypeEventVariable[]
    labels EventTypeLabel[]
    description string
    The description of the event type.
    name string
    The name for the event type
    tags Tag[]
    Tags associated with this event type.
    entity_types Sequence[EventTypeEntityTypeArgs]
    event_variables Sequence[EventTypeEventVariableArgs]
    labels Sequence[EventTypeLabelArgs]
    description str
    The description of the event type.
    name str
    The name for the event type
    tags TagArgs]
    Tags associated with this event type.
    entityTypes List<Property Map>
    eventVariables List<Property Map>
    labels List<Property Map>
    description String
    The description of the event type.
    name String
    The name for the event type
    tags List<Property Map>
    Tags associated with this event type.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the EventType resource produces the following output properties:

    Arn string
    The ARN of the event type.
    CreatedTime string
    The time when the event type was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The time when the event type was last updated.
    Arn string
    The ARN of the event type.
    CreatedTime string
    The time when the event type was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The time when the event type was last updated.
    arn String
    The ARN of the event type.
    createdTime String
    The time when the event type was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The time when the event type was last updated.
    arn string
    The ARN of the event type.
    createdTime string
    The time when the event type was created.
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    The time when the event type was last updated.
    arn str
    The ARN of the event type.
    created_time str
    The time when the event type was created.
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    The time when the event type was last updated.
    arn String
    The ARN of the event type.
    createdTime String
    The time when the event type was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The time when the event type was last updated.

    Supporting Types

    EventTypeEntityType, EventTypeEntityTypeArgs

    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
    Tags associated with this event type.
    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags []EventTypeTag
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<EventTypeTag>
    Tags associated with this event type.
    arn string
    createdTime string
    The time when the event type was created.
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    tags EventTypeTag[]
    Tags associated with this event type.
    arn str
    created_time str
    The time when the event type was created.
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the event type was last updated.
    name str
    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<Property Map>
    Tags associated with this event type.

    EventTypeEventVariable, EventTypeEventVariableArgs

    Arn string
    CreatedTime string
    The time when the event type was created.
    DataSource EventTypeEventVariableDataSource
    DataType EventTypeEventVariableDataType
    DefaultValue string
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags []EventTypeTag
    Tags associated with this event type.
    VariableType EventTypeEventVariableVariableType
    arn String
    createdTime String
    The time when the event type was created.
    dataSource EventTypeEventVariableDataSource
    dataType EventTypeEventVariableDataType
    defaultValue String
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<EventTypeTag>
    Tags associated with this event type.
    variableType EventTypeEventVariableVariableType
    arn string
    createdTime string
    The time when the event type was created.
    dataSource EventTypeEventVariableDataSource
    dataType EventTypeEventVariableDataType
    defaultValue string
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    tags EventTypeTag[]
    Tags associated with this event type.
    variableType EventTypeEventVariableVariableType
    arn str
    created_time str
    The time when the event type was created.
    data_source EventTypeEventVariableDataSource
    data_type EventTypeEventVariableDataType
    default_value str
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the event type was last updated.
    name str
    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    variable_type EventTypeEventVariableVariableType
    arn String
    createdTime String
    The time when the event type was created.
    dataSource "EVENT"
    dataType "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN"
    defaultValue String
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    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"

    EventTypeEventVariableDataSource, EventTypeEventVariableDataSourceArgs

    Event
    EVENT
    EventTypeEventVariableDataSourceEvent
    EVENT
    Event
    EVENT
    Event
    EVENT
    EVENT
    EVENT
    "EVENT"
    EVENT

    EventTypeEventVariableDataType, EventTypeEventVariableDataTypeArgs

    String
    STRING
    Integer
    INTEGER
    Float
    FLOAT
    Boolean
    BOOLEAN
    EventTypeEventVariableDataTypeString
    STRING
    EventTypeEventVariableDataTypeInteger
    INTEGER
    EventTypeEventVariableDataTypeFloat
    FLOAT
    EventTypeEventVariableDataTypeBoolean
    BOOLEAN
    String
    STRING
    Integer
    INTEGER
    Float
    FLOAT
    Boolean
    BOOLEAN
    String
    STRING
    Integer
    INTEGER
    Float
    FLOAT
    Boolean
    BOOLEAN
    STRING
    STRING
    INTEGER
    INTEGER
    FLOAT
    FLOAT
    BOOLEAN
    BOOLEAN
    "STRING"
    STRING
    "INTEGER"
    INTEGER
    "FLOAT"
    FLOAT
    "BOOLEAN"
    BOOLEAN

    EventTypeEventVariableVariableType, EventTypeEventVariableVariableTypeArgs

    AuthCode
    AUTH_CODE
    Avs
    AVS
    BillingAddressL1
    BILLING_ADDRESS_L1
    BillingAddressL2
    BILLING_ADDRESS_L2
    BillingCity
    BILLING_CITY
    BillingCountry
    BILLING_COUNTRY
    BillingName
    BILLING_NAME
    BillingPhone
    BILLING_PHONE
    BillingState
    BILLING_STATE
    BillingZip
    BILLING_ZIP
    CardBin
    CARD_BIN
    Categorical
    CATEGORICAL
    CurrencyCode
    CURRENCY_CODE
    EmailAddress
    EMAIL_ADDRESS
    Fingerprint
    FINGERPRINT
    FraudLabel
    FRAUD_LABEL
    FreeFormText
    FREE_FORM_TEXT
    IpAddress
    IP_ADDRESS
    Numeric
    NUMERIC
    OrderId
    ORDER_ID
    PaymentType
    PAYMENT_TYPE
    PhoneNumber
    PHONE_NUMBER
    Price
    PRICE
    ProductCategory
    PRODUCT_CATEGORY
    ShippingAddressL1
    SHIPPING_ADDRESS_L1
    ShippingAddressL2
    SHIPPING_ADDRESS_L2
    ShippingCity
    SHIPPING_CITY
    ShippingCountry
    SHIPPING_COUNTRY
    ShippingName
    SHIPPING_NAME
    ShippingPhone
    SHIPPING_PHONE
    ShippingState
    SHIPPING_STATE
    ShippingZip
    SHIPPING_ZIP
    Useragent
    USERAGENT
    EventTypeEventVariableVariableTypeAuthCode
    AUTH_CODE
    EventTypeEventVariableVariableTypeAvs
    AVS
    EventTypeEventVariableVariableTypeBillingAddressL1
    BILLING_ADDRESS_L1
    EventTypeEventVariableVariableTypeBillingAddressL2
    BILLING_ADDRESS_L2
    EventTypeEventVariableVariableTypeBillingCity
    BILLING_CITY
    EventTypeEventVariableVariableTypeBillingCountry
    BILLING_COUNTRY
    EventTypeEventVariableVariableTypeBillingName
    BILLING_NAME
    EventTypeEventVariableVariableTypeBillingPhone
    BILLING_PHONE
    EventTypeEventVariableVariableTypeBillingState
    BILLING_STATE
    EventTypeEventVariableVariableTypeBillingZip
    BILLING_ZIP
    EventTypeEventVariableVariableTypeCardBin
    CARD_BIN
    EventTypeEventVariableVariableTypeCategorical
    CATEGORICAL
    EventTypeEventVariableVariableTypeCurrencyCode
    CURRENCY_CODE
    EventTypeEventVariableVariableTypeEmailAddress
    EMAIL_ADDRESS
    EventTypeEventVariableVariableTypeFingerprint
    FINGERPRINT
    EventTypeEventVariableVariableTypeFraudLabel
    FRAUD_LABEL
    EventTypeEventVariableVariableTypeFreeFormText
    FREE_FORM_TEXT
    EventTypeEventVariableVariableTypeIpAddress
    IP_ADDRESS
    EventTypeEventVariableVariableTypeNumeric
    NUMERIC
    EventTypeEventVariableVariableTypeOrderId
    ORDER_ID
    EventTypeEventVariableVariableTypePaymentType
    PAYMENT_TYPE
    EventTypeEventVariableVariableTypePhoneNumber
    PHONE_NUMBER
    EventTypeEventVariableVariableTypePrice
    PRICE
    EventTypeEventVariableVariableTypeProductCategory
    PRODUCT_CATEGORY
    EventTypeEventVariableVariableTypeShippingAddressL1
    SHIPPING_ADDRESS_L1
    EventTypeEventVariableVariableTypeShippingAddressL2
    SHIPPING_ADDRESS_L2
    EventTypeEventVariableVariableTypeShippingCity
    SHIPPING_CITY
    EventTypeEventVariableVariableTypeShippingCountry
    SHIPPING_COUNTRY
    EventTypeEventVariableVariableTypeShippingName
    SHIPPING_NAME
    EventTypeEventVariableVariableTypeShippingPhone
    SHIPPING_PHONE
    EventTypeEventVariableVariableTypeShippingState
    SHIPPING_STATE
    EventTypeEventVariableVariableTypeShippingZip
    SHIPPING_ZIP
    EventTypeEventVariableVariableTypeUseragent
    USERAGENT
    AuthCode
    AUTH_CODE
    Avs
    AVS
    BillingAddressL1
    BILLING_ADDRESS_L1
    BillingAddressL2
    BILLING_ADDRESS_L2
    BillingCity
    BILLING_CITY
    BillingCountry
    BILLING_COUNTRY
    BillingName
    BILLING_NAME
    BillingPhone
    BILLING_PHONE
    BillingState
    BILLING_STATE
    BillingZip
    BILLING_ZIP
    CardBin
    CARD_BIN
    Categorical
    CATEGORICAL
    CurrencyCode
    CURRENCY_CODE
    EmailAddress
    EMAIL_ADDRESS
    Fingerprint
    FINGERPRINT
    FraudLabel
    FRAUD_LABEL
    FreeFormText
    FREE_FORM_TEXT
    IpAddress
    IP_ADDRESS
    Numeric
    NUMERIC
    OrderId
    ORDER_ID
    PaymentType
    PAYMENT_TYPE
    PhoneNumber
    PHONE_NUMBER
    Price
    PRICE
    ProductCategory
    PRODUCT_CATEGORY
    ShippingAddressL1
    SHIPPING_ADDRESS_L1
    ShippingAddressL2
    SHIPPING_ADDRESS_L2
    ShippingCity
    SHIPPING_CITY
    ShippingCountry
    SHIPPING_COUNTRY
    ShippingName
    SHIPPING_NAME
    ShippingPhone
    SHIPPING_PHONE
    ShippingState
    SHIPPING_STATE
    ShippingZip
    SHIPPING_ZIP
    Useragent
    USERAGENT
    AuthCode
    AUTH_CODE
    Avs
    AVS
    BillingAddressL1
    BILLING_ADDRESS_L1
    BillingAddressL2
    BILLING_ADDRESS_L2
    BillingCity
    BILLING_CITY
    BillingCountry
    BILLING_COUNTRY
    BillingName
    BILLING_NAME
    BillingPhone
    BILLING_PHONE
    BillingState
    BILLING_STATE
    BillingZip
    BILLING_ZIP
    CardBin
    CARD_BIN
    Categorical
    CATEGORICAL
    CurrencyCode
    CURRENCY_CODE
    EmailAddress
    EMAIL_ADDRESS
    Fingerprint
    FINGERPRINT
    FraudLabel
    FRAUD_LABEL
    FreeFormText
    FREE_FORM_TEXT
    IpAddress
    IP_ADDRESS
    Numeric
    NUMERIC
    OrderId
    ORDER_ID
    PaymentType
    PAYMENT_TYPE
    PhoneNumber
    PHONE_NUMBER
    Price
    PRICE
    ProductCategory
    PRODUCT_CATEGORY
    ShippingAddressL1
    SHIPPING_ADDRESS_L1
    ShippingAddressL2
    SHIPPING_ADDRESS_L2
    ShippingCity
    SHIPPING_CITY
    ShippingCountry
    SHIPPING_COUNTRY
    ShippingName
    SHIPPING_NAME
    ShippingPhone
    SHIPPING_PHONE
    ShippingState
    SHIPPING_STATE
    ShippingZip
    SHIPPING_ZIP
    Useragent
    USERAGENT
    AUTH_CODE
    AUTH_CODE
    AVS
    AVS
    BILLING_ADDRESS_L1
    BILLING_ADDRESS_L1
    BILLING_ADDRESS_L2
    BILLING_ADDRESS_L2
    BILLING_CITY
    BILLING_CITY
    BILLING_COUNTRY
    BILLING_COUNTRY
    BILLING_NAME
    BILLING_NAME
    BILLING_PHONE
    BILLING_PHONE
    BILLING_STATE
    BILLING_STATE
    BILLING_ZIP
    BILLING_ZIP
    CARD_BIN
    CARD_BIN
    CATEGORICAL
    CATEGORICAL
    CURRENCY_CODE
    CURRENCY_CODE
    EMAIL_ADDRESS
    EMAIL_ADDRESS
    FINGERPRINT
    FINGERPRINT
    FRAUD_LABEL
    FRAUD_LABEL
    FREE_FORM_TEXT
    FREE_FORM_TEXT
    IP_ADDRESS
    IP_ADDRESS
    NUMERIC
    NUMERIC
    ORDER_ID
    ORDER_ID
    PAYMENT_TYPE
    PAYMENT_TYPE
    PHONE_NUMBER
    PHONE_NUMBER
    PRICE
    PRICE
    PRODUCT_CATEGORY
    PRODUCT_CATEGORY
    SHIPPING_ADDRESS_L1
    SHIPPING_ADDRESS_L1
    SHIPPING_ADDRESS_L2
    SHIPPING_ADDRESS_L2
    SHIPPING_CITY
    SHIPPING_CITY
    SHIPPING_COUNTRY
    SHIPPING_COUNTRY
    SHIPPING_NAME
    SHIPPING_NAME
    SHIPPING_PHONE
    SHIPPING_PHONE
    SHIPPING_STATE
    SHIPPING_STATE
    SHIPPING_ZIP
    SHIPPING_ZIP
    USERAGENT
    USERAGENT
    "AUTH_CODE"
    AUTH_CODE
    "AVS"
    AVS
    "BILLING_ADDRESS_L1"
    BILLING_ADDRESS_L1
    "BILLING_ADDRESS_L2"
    BILLING_ADDRESS_L2
    "BILLING_CITY"
    BILLING_CITY
    "BILLING_COUNTRY"
    BILLING_COUNTRY
    "BILLING_NAME"
    BILLING_NAME
    "BILLING_PHONE"
    BILLING_PHONE
    "BILLING_STATE"
    BILLING_STATE
    "BILLING_ZIP"
    BILLING_ZIP
    "CARD_BIN"
    CARD_BIN
    "CATEGORICAL"
    CATEGORICAL
    "CURRENCY_CODE"
    CURRENCY_CODE
    "EMAIL_ADDRESS"
    EMAIL_ADDRESS
    "FINGERPRINT"
    FINGERPRINT
    "FRAUD_LABEL"
    FRAUD_LABEL
    "FREE_FORM_TEXT"
    FREE_FORM_TEXT
    "IP_ADDRESS"
    IP_ADDRESS
    "NUMERIC"
    NUMERIC
    "ORDER_ID"
    ORDER_ID
    "PAYMENT_TYPE"
    PAYMENT_TYPE
    "PHONE_NUMBER"
    PHONE_NUMBER
    "PRICE"
    PRICE
    "PRODUCT_CATEGORY"
    PRODUCT_CATEGORY
    "SHIPPING_ADDRESS_L1"
    SHIPPING_ADDRESS_L1
    "SHIPPING_ADDRESS_L2"
    SHIPPING_ADDRESS_L2
    "SHIPPING_CITY"
    SHIPPING_CITY
    "SHIPPING_COUNTRY"
    SHIPPING_COUNTRY
    "SHIPPING_NAME"
    SHIPPING_NAME
    "SHIPPING_PHONE"
    SHIPPING_PHONE
    "SHIPPING_STATE"
    SHIPPING_STATE
    "SHIPPING_ZIP"
    SHIPPING_ZIP
    "USERAGENT"
    USERAGENT

    EventTypeLabel, EventTypeLabelArgs

    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
    Tags associated with this event type.
    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags []EventTypeTag
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<EventTypeTag>
    Tags associated with this event type.
    arn string
    createdTime string
    The time when the event type was created.
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    tags EventTypeTag[]
    Tags associated with this event type.
    arn str
    created_time str
    The time when the event type was created.
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the event type was last updated.
    name str
    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<Property Map>
    Tags associated with this event type.

    EventTypeTag, EventTypeTagArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    Tag, TagArgs

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi