1. Packages
  2. AWS Native
  3. API Docs
  4. logs
  5. LogGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.logs.LogGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource schema for AWS::Logs::LogGroup

    Create LogGroup Resource

    new LogGroup(name: string, args?: LogGroupArgs, opts?: CustomResourceOptions);
    @overload
    def LogGroup(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 data_protection_policy: Optional[Any] = None,
                 kms_key_id: Optional[str] = None,
                 log_group_class: Optional[LogGroupClass] = None,
                 log_group_name: Optional[str] = None,
                 retention_in_days: Optional[int] = None,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def LogGroup(resource_name: str,
                 args: Optional[LogGroupArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    func NewLogGroup(ctx *Context, name string, args *LogGroupArgs, opts ...ResourceOption) (*LogGroup, error)
    public LogGroup(string name, LogGroupArgs? args = null, CustomResourceOptions? opts = null)
    public LogGroup(String name, LogGroupArgs args)
    public LogGroup(String name, LogGroupArgs args, CustomResourceOptions options)
    
    type: aws-native:logs:LogGroup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args LogGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LogGroupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LogGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LogGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LogGroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LogGroup Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The LogGroup resource accepts the following input properties:

    DataProtectionPolicy object

    The body of the policy document you want to use for this topic.

    You can only add one policy per topic.

    The policy must be in JSON string format.

    Length Constraints: Maximum length of 30720

    Search the CloudFormation User Guide for AWS::Logs::LogGroup for more information about the expected schema for this property.

    KmsKeyId string
    The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
    LogGroupClass Pulumi.AwsNative.Logs.LogGroupClass
    The class of the log group. Possible values are: STANDARD and INFREQUENT_ACCESS, with STANDARD being the default class
    LogGroupName string
    The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
    RetentionInDays int
    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, and 3653.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    DataProtectionPolicy interface{}

    The body of the policy document you want to use for this topic.

    You can only add one policy per topic.

    The policy must be in JSON string format.

    Length Constraints: Maximum length of 30720

    Search the CloudFormation User Guide for AWS::Logs::LogGroup for more information about the expected schema for this property.

    KmsKeyId string
    The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
    LogGroupClass LogGroupClass
    The class of the log group. Possible values are: STANDARD and INFREQUENT_ACCESS, with STANDARD being the default class
    LogGroupName string
    The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
    RetentionInDays int
    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, and 3653.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    dataProtectionPolicy Object

    The body of the policy document you want to use for this topic.

    You can only add one policy per topic.

    The policy must be in JSON string format.

    Length Constraints: Maximum length of 30720

    Search the CloudFormation User Guide for AWS::Logs::LogGroup for more information about the expected schema for this property.

    kmsKeyId String
    The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
    logGroupClass LogGroupClass
    The class of the log group. Possible values are: STANDARD and INFREQUENT_ACCESS, with STANDARD being the default class
    logGroupName String
    The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
    retentionInDays Integer
    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, and 3653.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    dataProtectionPolicy any

    The body of the policy document you want to use for this topic.

    You can only add one policy per topic.

    The policy must be in JSON string format.

    Length Constraints: Maximum length of 30720

    Search the CloudFormation User Guide for AWS::Logs::LogGroup for more information about the expected schema for this property.

    kmsKeyId string
    The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
    logGroupClass LogGroupClass
    The class of the log group. Possible values are: STANDARD and INFREQUENT_ACCESS, with STANDARD being the default class
    logGroupName string
    The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
    retentionInDays number
    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, and 3653.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    data_protection_policy Any

    The body of the policy document you want to use for this topic.

    You can only add one policy per topic.

    The policy must be in JSON string format.

    Length Constraints: Maximum length of 30720

    Search the CloudFormation User Guide for AWS::Logs::LogGroup for more information about the expected schema for this property.

    kms_key_id str
    The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
    log_group_class LogGroupClass
    The class of the log group. Possible values are: STANDARD and INFREQUENT_ACCESS, with STANDARD being the default class
    log_group_name str
    The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
    retention_in_days int
    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, and 3653.
    tags TagArgs]
    An array of key-value pairs to apply to this resource.
    dataProtectionPolicy Any

    The body of the policy document you want to use for this topic.

    You can only add one policy per topic.

    The policy must be in JSON string format.

    Length Constraints: Maximum length of 30720

    Search the CloudFormation User Guide for AWS::Logs::LogGroup for more information about the expected schema for this property.

    kmsKeyId String
    The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
    logGroupClass "STANDARD" | "INFREQUENT_ACCESS"
    The class of the log group. Possible values are: STANDARD and INFREQUENT_ACCESS, with STANDARD being the default class
    logGroupName String
    The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
    retentionInDays Number
    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, and 3653.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LogGroup resource produces the following output properties:

    Arn string
    The CloudWatch log group ARN.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The CloudWatch log group ARN.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The CloudWatch log group ARN.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The CloudWatch log group ARN.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The CloudWatch log group ARN.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The CloudWatch log group ARN.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    LogGroupClass, LogGroupClassArgs

    Standard
    STANDARD
    InfrequentAccess
    INFREQUENT_ACCESS
    LogGroupClassStandard
    STANDARD
    LogGroupClassInfrequentAccess
    INFREQUENT_ACCESS
    Standard
    STANDARD
    InfrequentAccess
    INFREQUENT_ACCESS
    Standard
    STANDARD
    InfrequentAccess
    INFREQUENT_ACCESS
    STANDARD
    STANDARD
    INFREQUENT_ACCESS
    INFREQUENT_ACCESS
    "STANDARD"
    STANDARD
    "INFREQUENT_ACCESS"
    INFREQUENT_ACCESS

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi