Class DataShareConsumerAssociationArgs


  • public final class DataShareConsumerAssociationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • allowWrites

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> allowWrites()
        Returns:
        Whether to allow write operations for a datashare.
      • associateEntireAccount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> associateEntireAccount()
        Returns:
        Whether the datashare is associated with the entire account. Conflicts with `consumer_arn` and `consumer_region`.
      • consumerArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> consumerArn()
        Returns:
        Amazon Resource Name (ARN) of the consumer that is associated with the datashare. Conflicts with `associate_entire_account` and `consumer_region`.
      • consumerRegion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> consumerRegion()
        Returns:
        From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified AWS Region. Conflicts with `associate_entire_account` and `consumer_arn`.
      • dataShareArn

        public com.pulumi.core.Output<java.lang.String> dataShareArn()
        Returns:
        Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace. The following arguments are optional: