Class AcceleratorAttributesArgs


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

      • flowLogsEnabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> flowLogsEnabled()
        Returns:
        Indicates whether flow logs are enabled. Defaults to `false`. Valid values: `true`, `false`.
      • flowLogsS3Bucket

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> flowLogsS3Bucket()
        Returns:
        The name of the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.
      • flowLogsS3Prefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> flowLogsS3Prefix()
        Returns:
        The prefix for the location in the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.