externalawscloudwatchlogsuserconfig

package
v0.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalAwsCloudwatchLogsUserConfig

type ExternalAwsCloudwatchLogsUserConfig struct {
	// +kubebuilder:validation:MaxLength=4096
	// AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams
	AccessKey string `groups:"create,update" json:"access_key"`

	// +kubebuilder:validation:MinLength=1
	// +kubebuilder:validation:MaxLength=512
	// +kubebuilder:validation:Pattern=`^[\.\-_/#A-Za-z0-9]+$`
	// AWS CloudWatch log group name
	LogGroupName *string `groups:"create,update" json:"log_group_name,omitempty"`

	// +kubebuilder:validation:MaxLength=32
	// AWS region
	Region string `groups:"create,update" json:"region"`

	// +kubebuilder:validation:MaxLength=4096
	// AWS secret key
	SecretKey string `groups:"create,update" json:"secret_key"`
}

func (*ExternalAwsCloudwatchLogsUserConfig) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalAwsCloudwatchLogsUserConfig.

func (*ExternalAwsCloudwatchLogsUserConfig) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL