Class LogGroupArgs.Builder

  • Enclosing class:
    LogGroupArgs

    public static final class LogGroupArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • kmsKeyId

        public LogGroupArgs.Builder kmsKeyId​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> kmsKeyId)
        Parameters:
        kmsKeyId - The ARN of the KMS Key to use when encrypting log data. Please note, after the AWS KMS CMK is disassociated from the log group, AWS CloudWatch Logs stops encrypting newly ingested data for the log group. All previously ingested data remains encrypted, and AWS CloudWatch Logs requires permissions for the CMK whenever the encrypted data is requested.
        Returns:
        builder
      • kmsKeyId

        public LogGroupArgs.Builder kmsKeyId​(java.lang.String kmsKeyId)
        Parameters:
        kmsKeyId - The ARN of the KMS Key to use when encrypting log data. Please note, after the AWS KMS CMK is disassociated from the log group, AWS CloudWatch Logs stops encrypting newly ingested data for the log group. All previously ingested data remains encrypted, and AWS CloudWatch Logs requires permissions for the CMK whenever the encrypted data is requested.
        Returns:
        builder
      • logGroupClass

        public LogGroupArgs.Builder logGroupClass​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> logGroupClass)
        Parameters:
        logGroupClass - Specified the log class of the log group. Possible values are: `STANDARD` or `INFREQUENT_ACCESS`.
        Returns:
        builder
      • logGroupClass

        public LogGroupArgs.Builder logGroupClass​(java.lang.String logGroupClass)
        Parameters:
        logGroupClass - Specified the log class of the log group. Possible values are: `STANDARD` or `INFREQUENT_ACCESS`.
        Returns:
        builder
      • name

        public LogGroupArgs.Builder name​(@Nullable
                                         com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the log group. If omitted, this provider will assign a random, unique name.
        Returns:
        builder
      • name

        public LogGroupArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the log group. If omitted, this provider will assign a random, unique name.
        Returns:
        builder
      • namePrefix

        public LogGroupArgs.Builder namePrefix​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`.
        Returns:
        builder
      • namePrefix

        public LogGroupArgs.Builder namePrefix​(java.lang.String namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`.
        Returns:
        builder
      • retentionInDays

        public LogGroupArgs.Builder retentionInDays​(@Nullable
                                                    com.pulumi.core.Output<java.lang.Integer> retentionInDays)
        Parameters:
        retentionInDays - Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, 3653, and 0. If you select 0, the events in the log group are always retained and never expire.
        Returns:
        builder
      • retentionInDays

        public LogGroupArgs.Builder retentionInDays​(java.lang.Integer retentionInDays)
        Parameters:
        retentionInDays - Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, 3653, and 0. If you select 0, the events in the log group are always retained and never expire.
        Returns:
        builder
      • skipDestroy

        public LogGroupArgs.Builder skipDestroy​(@Nullable
                                                com.pulumi.core.Output<java.lang.Boolean> skipDestroy)
        Parameters:
        skipDestroy - Set to true if you do not wish the log group (and any logs it may contain) to be deleted at destroy time, and instead just remove the log group from the state.
        Returns:
        builder
      • skipDestroy

        public LogGroupArgs.Builder skipDestroy​(java.lang.Boolean skipDestroy)
        Parameters:
        skipDestroy - Set to true if you do not wish the log group (and any logs it may contain) to be deleted at destroy time, and instead just remove the log group from the state.
        Returns:
        builder
      • tags

        public LogGroupArgs.Builder tags​(@Nullable
                                         com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public LogGroupArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder