Class CfnLogGroupProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CfnLogGroupProps.Jsii$Proxy
All Implemented Interfaces:
CfnLogGroupProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnLogGroupProps

@Stability(Stable) @Internal public static final class CfnLogGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLogGroupProps
An implementation for CfnLogGroupProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.CfnLogGroupProps

    CfnLogGroupProps.Builder, CfnLogGroupProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnLogGroupProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Creates a data protection policy and assigns it to the log group.
    final String
    The Amazon Resource Name (ARN) of the AWS KMS key to use when encrypting log data.
    final String
    The name of the log group.
    final Number
    The number of days to retain the log events in the specified log group.
    final List<CfnTag>
    An array of key-value pairs to apply to the log group.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnLogGroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLogGroupProps.Builder.
  • Method Details

    • getDataProtectionPolicy

      public final Object getDataProtectionPolicy()
      Description copied from interface: CfnLogGroupProps
      Creates a data protection policy and assigns it to the log group.

      A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks.

      For more information, including a list of types of data that can be audited and masked, see Protect sensitive log data with masking .

      Specified by:
      getDataProtectionPolicy in interface CfnLogGroupProps
    • getKmsKeyId

      public final String getKmsKeyId()
      Description copied from interface: CfnLogGroupProps
      The Amazon Resource Name (ARN) of the AWS KMS key to use when encrypting log data.

      To associate an AWS KMS key with the log group, specify the ARN of that KMS key here. If you do so, ingested data is encrypted using this key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs . This enables CloudWatch Logs to decrypt this data whenever it is requested.

      If you attempt to associate a KMS key with the log group but the KMS key doesn't exist or is deactivated, you will receive an InvalidParameterException error.

      Log group data is always encrypted in CloudWatch Logs . If you omit this key, the encryption does not use AWS KMS . For more information, see Encrypt log data in CloudWatch Logs using AWS Key Management Service

      Specified by:
      getKmsKeyId in interface CfnLogGroupProps
    • getLogGroupName

      public final String getLogGroupName()
      Description copied from interface: CfnLogGroupProps
      The name of the log group.

      If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.

      Specified by:
      getLogGroupName in interface CfnLogGroupProps
    • getRetentionInDays

      public final Number getRetentionInDays()
      Description copied from interface: CfnLogGroupProps
      The number of days to retain the 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, and 3653.

      To set a log group so that its log events do not expire, use DeleteRetentionPolicy .

      Specified by:
      getRetentionInDays in interface CfnLogGroupProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnLogGroupProps
      An array of key-value pairs to apply to the log group.

      For more information, see Tag .

      Specified by:
      getTags in interface CfnLogGroupProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object