1. Packages
  2. AWS Native
  3. API Docs
  4. cleanrooms
  5. Collaboration

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.cleanrooms.Collaboration

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Represents a collaboration between AWS accounts that allows for secure data collaboration

    Create Collaboration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Collaboration(name: string, args: CollaborationArgs, opts?: CustomResourceOptions);
    @overload
    def Collaboration(resource_name: str,
                      args: CollaborationArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def Collaboration(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      creator_display_name: Optional[str] = None,
                      creator_member_abilities: Optional[Sequence[CollaborationMemberAbility]] = None,
                      description: Optional[str] = None,
                      members: Optional[Sequence[CollaborationMemberSpecificationArgs]] = None,
                      query_log_status: Optional[CollaborationQueryLogStatus] = None,
                      creator_payment_configuration: Optional[CollaborationPaymentConfigurationArgs] = None,
                      data_encryption_metadata: Optional[CollaborationDataEncryptionMetadataArgs] = None,
                      name: Optional[str] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewCollaboration(ctx *Context, name string, args CollaborationArgs, opts ...ResourceOption) (*Collaboration, error)
    public Collaboration(string name, CollaborationArgs args, CustomResourceOptions? opts = null)
    public Collaboration(String name, CollaborationArgs args)
    public Collaboration(String name, CollaborationArgs args, CustomResourceOptions options)
    
    type: aws-native:cleanrooms:Collaboration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CollaborationArgs
    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 CollaborationArgs
    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 CollaborationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CollaborationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CollaborationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Collaboration 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 Collaboration resource accepts the following input properties:

    CreatorDisplayName string
    A display name of the collaboration creator.
    CreatorMemberAbilities List<Pulumi.AwsNative.CleanRooms.CollaborationMemberAbility>

    The abilities granted to the collaboration creator.

    Allowed values CAN_QUERY | CAN_RECEIVE_RESULTS

    Description string
    A description of the collaboration provided by the collaboration owner.
    Members List<Pulumi.AwsNative.CleanRooms.Inputs.CollaborationMemberSpecification>
    A list of initial members, not including the creator. This list is immutable.
    QueryLogStatus Pulumi.AwsNative.CleanRooms.CollaborationQueryLogStatus
    An indicator as to whether query logging has been enabled or disabled for the collaboration.
    CreatorPaymentConfiguration Pulumi.AwsNative.CleanRooms.Inputs.CollaborationPaymentConfiguration
    An object representing the collaboration member's payment responsibilities set by the collaboration creator.
    DataEncryptionMetadata Pulumi.AwsNative.CleanRooms.Inputs.CollaborationDataEncryptionMetadata
    The settings for client-side encryption for cryptographic computing.
    Name string
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    CreatorDisplayName string
    A display name of the collaboration creator.
    CreatorMemberAbilities []CollaborationMemberAbility

    The abilities granted to the collaboration creator.

    Allowed values CAN_QUERY | CAN_RECEIVE_RESULTS

    Description string
    A description of the collaboration provided by the collaboration owner.
    Members []CollaborationMemberSpecificationArgs
    A list of initial members, not including the creator. This list is immutable.
    QueryLogStatus CollaborationQueryLogStatus
    An indicator as to whether query logging has been enabled or disabled for the collaboration.
    CreatorPaymentConfiguration CollaborationPaymentConfigurationArgs
    An object representing the collaboration member's payment responsibilities set by the collaboration creator.
    DataEncryptionMetadata CollaborationDataEncryptionMetadataArgs
    The settings for client-side encryption for cryptographic computing.
    Name string
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    Tags TagArgs
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    creatorDisplayName String
    A display name of the collaboration creator.
    creatorMemberAbilities List<CollaborationMemberAbility>

    The abilities granted to the collaboration creator.

    Allowed values CAN_QUERY | CAN_RECEIVE_RESULTS

    description String
    A description of the collaboration provided by the collaboration owner.
    members List<CollaborationMemberSpecification>
    A list of initial members, not including the creator. This list is immutable.
    queryLogStatus CollaborationQueryLogStatus
    An indicator as to whether query logging has been enabled or disabled for the collaboration.
    creatorPaymentConfiguration CollaborationPaymentConfiguration
    An object representing the collaboration member's payment responsibilities set by the collaboration creator.
    dataEncryptionMetadata CollaborationDataEncryptionMetadata
    The settings for client-side encryption for cryptographic computing.
    name String
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    creatorDisplayName string
    A display name of the collaboration creator.
    creatorMemberAbilities CollaborationMemberAbility[]

    The abilities granted to the collaboration creator.

    Allowed values CAN_QUERY | CAN_RECEIVE_RESULTS

    description string
    A description of the collaboration provided by the collaboration owner.
    members CollaborationMemberSpecification[]
    A list of initial members, not including the creator. This list is immutable.
    queryLogStatus CollaborationQueryLogStatus
    An indicator as to whether query logging has been enabled or disabled for the collaboration.
    creatorPaymentConfiguration CollaborationPaymentConfiguration
    An object representing the collaboration member's payment responsibilities set by the collaboration creator.
    dataEncryptionMetadata CollaborationDataEncryptionMetadata
    The settings for client-side encryption for cryptographic computing.
    name string
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    creator_display_name str
    A display name of the collaboration creator.
    creator_member_abilities Sequence[CollaborationMemberAbility]

    The abilities granted to the collaboration creator.

    Allowed values CAN_QUERY | CAN_RECEIVE_RESULTS

    description str
    A description of the collaboration provided by the collaboration owner.
    members Sequence[CollaborationMemberSpecificationArgs]
    A list of initial members, not including the creator. This list is immutable.
    query_log_status CollaborationQueryLogStatus
    An indicator as to whether query logging has been enabled or disabled for the collaboration.
    creator_payment_configuration CollaborationPaymentConfigurationArgs
    An object representing the collaboration member's payment responsibilities set by the collaboration creator.
    data_encryption_metadata CollaborationDataEncryptionMetadataArgs
    The settings for client-side encryption for cryptographic computing.
    name str
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    tags Sequence[TagArgs]
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    creatorDisplayName String
    A display name of the collaboration creator.
    creatorMemberAbilities List<"CAN_QUERY" | "CAN_RECEIVE_RESULTS">

    The abilities granted to the collaboration creator.

    Allowed values CAN_QUERY | CAN_RECEIVE_RESULTS

    description String
    A description of the collaboration provided by the collaboration owner.
    members List<Property Map>
    A list of initial members, not including the creator. This list is immutable.
    queryLogStatus "ENABLED" | "DISABLED"
    An indicator as to whether query logging has been enabled or disabled for the collaboration.
    creatorPaymentConfiguration Property Map
    An object representing the collaboration member's payment responsibilities set by the collaboration creator.
    dataEncryptionMetadata Property Map
    The settings for client-side encryption for cryptographic computing.
    name String
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.

    Outputs

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

    Arn string

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    CollaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    CollaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    Id string
    The provider-assigned unique ID for this managed resource.
    arn String

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier String

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    id String
    The provider-assigned unique ID for this managed resource.
    arn string

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    id string
    The provider-assigned unique ID for this managed resource.
    arn str

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaboration_identifier str

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    id str
    The provider-assigned unique ID for this managed resource.
    arn String

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier String

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    CollaborationDataEncryptionMetadata, CollaborationDataEncryptionMetadataArgs

    AllowCleartext bool
    Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).
    AllowDuplicates bool
    Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).
    AllowJoinsOnColumnsWithDifferentNames bool
    Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name ( TRUE ) or can only be joined on Fingerprint columns of the same name ( FALSE ).
    PreserveNulls bool
    Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).
    AllowCleartext bool
    Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).
    AllowDuplicates bool
    Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).
    AllowJoinsOnColumnsWithDifferentNames bool
    Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name ( TRUE ) or can only be joined on Fingerprint columns of the same name ( FALSE ).
    PreserveNulls bool
    Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).
    allowCleartext Boolean
    Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).
    allowDuplicates Boolean
    Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).
    allowJoinsOnColumnsWithDifferentNames Boolean
    Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name ( TRUE ) or can only be joined on Fingerprint columns of the same name ( FALSE ).
    preserveNulls Boolean
    Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).
    allowCleartext boolean
    Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).
    allowDuplicates boolean
    Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).
    allowJoinsOnColumnsWithDifferentNames boolean
    Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name ( TRUE ) or can only be joined on Fingerprint columns of the same name ( FALSE ).
    preserveNulls boolean
    Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).
    allow_cleartext bool
    Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).
    allow_duplicates bool
    Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).
    allow_joins_on_columns_with_different_names bool
    Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name ( TRUE ) or can only be joined on Fingerprint columns of the same name ( FALSE ).
    preserve_nulls bool
    Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).
    allowCleartext Boolean
    Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).
    allowDuplicates Boolean
    Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).
    allowJoinsOnColumnsWithDifferentNames Boolean
    Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name ( TRUE ) or can only be joined on Fingerprint columns of the same name ( FALSE ).
    preserveNulls Boolean
    Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).

    CollaborationMemberAbility, CollaborationMemberAbilityArgs

    CanQuery
    CAN_QUERY
    CanReceiveResults
    CAN_RECEIVE_RESULTS
    CollaborationMemberAbilityCanQuery
    CAN_QUERY
    CollaborationMemberAbilityCanReceiveResults
    CAN_RECEIVE_RESULTS
    CanQuery
    CAN_QUERY
    CanReceiveResults
    CAN_RECEIVE_RESULTS
    CanQuery
    CAN_QUERY
    CanReceiveResults
    CAN_RECEIVE_RESULTS
    CAN_QUERY
    CAN_QUERY
    CAN_RECEIVE_RESULTS
    CAN_RECEIVE_RESULTS
    "CAN_QUERY"
    CAN_QUERY
    "CAN_RECEIVE_RESULTS"
    CAN_RECEIVE_RESULTS

    CollaborationMemberSpecification, CollaborationMemberSpecificationArgs

    AccountId string
    The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
    DisplayName string
    The member's display name.
    MemberAbilities List<Pulumi.AwsNative.CleanRooms.CollaborationMemberAbility>

    The abilities granted to the collaboration member.

    Allowed Values : CAN_QUERY | CAN_RECEIVE_RESULTS

    PaymentConfiguration Pulumi.AwsNative.CleanRooms.Inputs.CollaborationPaymentConfiguration

    The collaboration member's payment responsibilities set by the collaboration creator.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

    AccountId string
    The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
    DisplayName string
    The member's display name.
    MemberAbilities []CollaborationMemberAbility

    The abilities granted to the collaboration member.

    Allowed Values : CAN_QUERY | CAN_RECEIVE_RESULTS

    PaymentConfiguration CollaborationPaymentConfiguration

    The collaboration member's payment responsibilities set by the collaboration creator.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

    accountId String
    The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
    displayName String
    The member's display name.
    memberAbilities List<CollaborationMemberAbility>

    The abilities granted to the collaboration member.

    Allowed Values : CAN_QUERY | CAN_RECEIVE_RESULTS

    paymentConfiguration CollaborationPaymentConfiguration

    The collaboration member's payment responsibilities set by the collaboration creator.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

    accountId string
    The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
    displayName string
    The member's display name.
    memberAbilities CollaborationMemberAbility[]

    The abilities granted to the collaboration member.

    Allowed Values : CAN_QUERY | CAN_RECEIVE_RESULTS

    paymentConfiguration CollaborationPaymentConfiguration

    The collaboration member's payment responsibilities set by the collaboration creator.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

    account_id str
    The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
    display_name str
    The member's display name.
    member_abilities Sequence[CollaborationMemberAbility]

    The abilities granted to the collaboration member.

    Allowed Values : CAN_QUERY | CAN_RECEIVE_RESULTS

    payment_configuration CollaborationPaymentConfiguration

    The collaboration member's payment responsibilities set by the collaboration creator.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

    accountId String
    The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
    displayName String
    The member's display name.
    memberAbilities List<"CAN_QUERY" | "CAN_RECEIVE_RESULTS">

    The abilities granted to the collaboration member.

    Allowed Values : CAN_QUERY | CAN_RECEIVE_RESULTS

    paymentConfiguration Property Map

    The collaboration member's payment responsibilities set by the collaboration creator.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

    CollaborationPaymentConfiguration, CollaborationPaymentConfigurationArgs

    QueryCompute Pulumi.AwsNative.CleanRooms.Inputs.CollaborationQueryComputePaymentConfig
    The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
    QueryCompute CollaborationQueryComputePaymentConfig
    The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
    queryCompute CollaborationQueryComputePaymentConfig
    The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
    queryCompute CollaborationQueryComputePaymentConfig
    The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
    query_compute CollaborationQueryComputePaymentConfig
    The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
    queryCompute Property Map
    The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.

    CollaborationQueryComputePaymentConfig, CollaborationQueryComputePaymentConfigArgs

    IsResponsible bool

    Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs ( TRUE ) or has not configured the collaboration member to pay for query compute costs ( FALSE ).

    Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a TRUE value for more than one member in the collaboration.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a FALSE value for the member who can query.

    IsResponsible bool

    Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs ( TRUE ) or has not configured the collaboration member to pay for query compute costs ( FALSE ).

    Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a TRUE value for more than one member in the collaboration.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a FALSE value for the member who can query.

    isResponsible Boolean

    Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs ( TRUE ) or has not configured the collaboration member to pay for query compute costs ( FALSE ).

    Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a TRUE value for more than one member in the collaboration.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a FALSE value for the member who can query.

    isResponsible boolean

    Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs ( TRUE ) or has not configured the collaboration member to pay for query compute costs ( FALSE ).

    Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a TRUE value for more than one member in the collaboration.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a FALSE value for the member who can query.

    is_responsible bool

    Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs ( TRUE ) or has not configured the collaboration member to pay for query compute costs ( FALSE ).

    Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a TRUE value for more than one member in the collaboration.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a FALSE value for the member who can query.

    isResponsible Boolean

    Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs ( TRUE ) or has not configured the collaboration member to pay for query compute costs ( FALSE ).

    Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a TRUE value for more than one member in the collaboration.

    If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a FALSE value for the member who can query.

    CollaborationQueryLogStatus, CollaborationQueryLogStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    CollaborationQueryLogStatusEnabled
    ENABLED
    CollaborationQueryLogStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi