Skip to content

Add encryption field to logs archive destination #2369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

api-clients-generation-pipeline[bot]
Copy link
Contributor

"type": "type",
}

def __init__(self_, type: LogsArchiveEncryptionS3Type, key: Union[str, UnsetType] = unset, **kwargs):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

Suggested change
def __init__(self_, type: LogsArchiveEncryptionS3Type, key: Union[str, UnsetType] = unset, **kwargs):
def __init__(self, type: LogsArchiveEncryptionS3Type, key: Union[str, UnsetType] = unset, **kwargs):
first parameter of a class function should be self (...read more)

In a class method (that is not a class method nor a static method), the first argument must be self by convention.

Learn More

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3311 branch from 69327cc to dd3ef19 Compare January 23, 2025 17:49
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3311 branch from dd3ef19 to b54c85d Compare January 23, 2025 20:46
@api-clients-generation-pipeline api-clients-generation-pipeline bot merged commit 6970527 into master Jan 23, 2025
13 checks passed
@api-clients-generation-pipeline api-clients-generation-pipeline bot deleted the datadog-api-spec/generated/3311 branch January 23, 2025 21:36
github-actions bot pushed a commit that referenced this pull request Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant