externalawscloudwatchmetricsuserconfig

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 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 ExternalAwsCloudwatchMetricsUserConfig

type ExternalAwsCloudwatchMetricsUserConfig struct {
	// +kubebuilder:validation:MaxLength=4096
	// AWS access key. Required permissions are cloudwatch:PutMetricData
	AccessKey string `groups:"create,update" json:"access_key"`

	// +kubebuilder:validation:MinLength=1
	// +kubebuilder:validation:MaxLength=255
	// AWS CloudWatch Metrics Namespace
	Namespace string `groups:"create,update" json:"namespace"`

	// +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 (*ExternalAwsCloudwatchMetricsUserConfig) DeepCopy

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

func (*ExternalAwsCloudwatchMetricsUserConfig) 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