Class PipeLogConfigurationS3LogDestinationArgs


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

      • bucketName

        public com.pulumi.core.Output<java.lang.String> bucketName()
        Returns:
        Name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
      • bucketOwner

        public com.pulumi.core.Output<java.lang.String> bucketOwner()
        Returns:
        Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
      • outputFormat

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> outputFormat()
        Returns:
        EventBridge format for the log records. Valid values `json`, `plain` and `w3c`.
      • prefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> prefix()
        Returns:
        Prefix text with which to begin Amazon S3 log object names.