Home
last modified time | relevance | path

Searched refs:CloudWatchConfig (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lookoutmetrics/source/model/
H A DCloudWatchConfig.cpp21 CloudWatchConfig::CloudWatchConfig() : in CloudWatchConfig() function in Aws::LookoutMetrics::Model::CloudWatchConfig
26 CloudWatchConfig::CloudWatchConfig(JsonView jsonValue) : in CloudWatchConfig() function in Aws::LookoutMetrics::Model::CloudWatchConfig
32 CloudWatchConfig& CloudWatchConfig::operator =(JsonView jsonValue) in operator =()
44 JsonValue CloudWatchConfig::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lookoutmetrics/include/aws/lookoutmetrics/model/
H A DCloudWatchConfig.h31 class AWS_LOOKOUTMETRICS_API CloudWatchConfig
34 CloudWatchConfig();
35 CloudWatchConfig(Aws::Utils::Json::JsonView jsonValue);
36 CloudWatchConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
74 … inline CloudWatchConfig& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;} in WithRoleArn()
80 …inline CloudWatchConfig& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *… in WithRoleArn()
86 inline CloudWatchConfig& WithRoleArn(const char* value) { SetRoleArn(value); return *this;} in WithRoleArn()
H A DMetricSource.h99 inline const CloudWatchConfig& GetCloudWatchConfig() const{ return m_cloudWatchConfig; } in GetCloudWatchConfig()
111 …inline void SetCloudWatchConfig(const CloudWatchConfig& value) { m_cloudWatchConfigHasBeenSet = tr… in SetCloudWatchConfig()
117 …inline void SetCloudWatchConfig(CloudWatchConfig&& value) { m_cloudWatchConfigHasBeenSet = true; m… in SetCloudWatchConfig()
123 …inline MetricSource& WithCloudWatchConfig(const CloudWatchConfig& value) { SetCloudWatchConfig(val… in WithCloudWatchConfig()
129 …inline MetricSource& WithCloudWatchConfig(CloudWatchConfig&& value) { SetCloudWatchConfig(std::mov… in WithCloudWatchConfig()
213 CloudWatchConfig m_cloudWatchConfig;
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/lookoutmetrics/types/
H A Dtypes.go226 type CloudWatchConfig struct { struct
420 CloudWatchConfig *CloudWatchConfig member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/lookoutmetrics/types/
H A Dtypes.go226 type CloudWatchConfig struct { struct
420 CloudWatchConfig *CloudWatchConfig member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/lookoutmetrics/types/
H A Dtypes.go226 type CloudWatchConfig struct { struct
420 CloudWatchConfig *CloudWatchConfig member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/lookoutmetrics/types/
H A Dtypes.go226 type CloudWatchConfig struct { struct
420 CloudWatchConfig *CloudWatchConfig member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/lookoutmetrics/types/
H A Dtypes.go251 type CloudWatchConfig struct { struct
473 CloudWatchConfig *CloudWatchConfig member
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3695 type CloudWatchConfig struct { struct
3706 func (s CloudWatchConfig) String() string { argument
3711 func (s CloudWatchConfig) GoString() string { argument
3716 func (s *CloudWatchConfig) Validate() error { argument
3729 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6323 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6355 if s.CloudWatchConfig != nil {
6356 if err := s.CloudWatchConfig.Validate(); err != nil {
6389 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6390 s.CloudWatchConfig = v
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3719 type CloudWatchConfig struct { struct
3730 func (s CloudWatchConfig) String() string { argument
3735 func (s CloudWatchConfig) GoString() string { argument
3740 func (s *CloudWatchConfig) Validate() error { argument
3753 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6347 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6379 if s.CloudWatchConfig != nil {
6380 if err := s.CloudWatchConfig.Validate(); err != nil {
6413 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6414 s.CloudWatchConfig = v
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3719 type CloudWatchConfig struct { struct
3730 func (s CloudWatchConfig) String() string { argument
3735 func (s CloudWatchConfig) GoString() string { argument
3740 func (s *CloudWatchConfig) Validate() error { argument
3753 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6347 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6379 if s.CloudWatchConfig != nil {
6380 if err := s.CloudWatchConfig.Validate(); err != nil {
6413 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6414 s.CloudWatchConfig = v
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3695 type CloudWatchConfig struct { struct
3706 func (s CloudWatchConfig) String() string { argument
3711 func (s CloudWatchConfig) GoString() string { argument
3716 func (s *CloudWatchConfig) Validate() error { argument
3729 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6323 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6355 if s.CloudWatchConfig != nil {
6356 if err := s.CloudWatchConfig.Validate(); err != nil {
6389 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6390 s.CloudWatchConfig = v
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3719 type CloudWatchConfig struct { struct
3730 func (s CloudWatchConfig) String() string { argument
3735 func (s CloudWatchConfig) GoString() string { argument
3740 func (s *CloudWatchConfig) Validate() error { argument
3753 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6347 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6379 if s.CloudWatchConfig != nil {
6380 if err := s.CloudWatchConfig.Validate(); err != nil {
6413 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6414 s.CloudWatchConfig = v
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3855 type CloudWatchConfig struct { struct
3870 func (s CloudWatchConfig) String() string { argument
3879 func (s CloudWatchConfig) GoString() string { argument
3884 func (s *CloudWatchConfig) Validate() error { argument
3897 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6899 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6939 if s.CloudWatchConfig != nil {
6940 if err := s.CloudWatchConfig.Validate(); err != nil {
6973 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6974 s.CloudWatchConfig = v
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3855 type CloudWatchConfig struct { struct
3870 func (s CloudWatchConfig) String() string { argument
3879 func (s CloudWatchConfig) GoString() string { argument
3884 func (s *CloudWatchConfig) Validate() error { argument
3897 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6899 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6939 if s.CloudWatchConfig != nil {
6940 if err := s.CloudWatchConfig.Validate(); err != nil {
6973 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6974 s.CloudWatchConfig = v
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3695 type CloudWatchConfig struct { struct
3706 func (s CloudWatchConfig) String() string { argument
3711 func (s CloudWatchConfig) GoString() string { argument
3716 func (s *CloudWatchConfig) Validate() error { argument
3729 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6323 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6355 if s.CloudWatchConfig != nil {
6356 if err := s.CloudWatchConfig.Validate(); err != nil {
6389 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6390 s.CloudWatchConfig = v
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3855 type CloudWatchConfig struct { struct
3870 func (s CloudWatchConfig) String() string { argument
3879 func (s CloudWatchConfig) GoString() string { argument
3884 func (s *CloudWatchConfig) Validate() error { argument
3897 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6899 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6939 if s.CloudWatchConfig != nil {
6940 if err := s.CloudWatchConfig.Validate(); err != nil {
6973 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6974 s.CloudWatchConfig = v
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3719 type CloudWatchConfig struct { struct
3730 func (s CloudWatchConfig) String() string { argument
3735 func (s CloudWatchConfig) GoString() string { argument
3740 func (s *CloudWatchConfig) Validate() error { argument
3753 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6347 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6379 if s.CloudWatchConfig != nil {
6380 if err := s.CloudWatchConfig.Validate(); err != nil {
6413 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6414 s.CloudWatchConfig = v
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/lookoutmetrics/
H A Dapi.go3719 type CloudWatchConfig struct { struct
3730 func (s CloudWatchConfig) String() string { argument
3735 func (s CloudWatchConfig) GoString() string { argument
3740 func (s *CloudWatchConfig) Validate() error { argument
3753 func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig { argument
6347 CloudWatchConfig *CloudWatchConfig `type:"structure"` member
6379 if s.CloudWatchConfig != nil {
6380 if err := s.CloudWatchConfig.Validate(); err != nil {
6413 func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource {
6414 s.CloudWatchConfig = v
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/lookoutmetrics/
H A Dvalidators.go617 func validateCloudWatchConfig(v *types.CloudWatchConfig) error { argument
700 if v.CloudWatchConfig != nil {
701 if err := validateCloudWatchConfig(v.CloudWatchConfig); err != nil {
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/lookoutmetrics/
H A Dvalidators.go617 func validateCloudWatchConfig(v *types.CloudWatchConfig) error { argument
700 if v.CloudWatchConfig != nil {
701 if err := validateCloudWatchConfig(v.CloudWatchConfig); err != nil {
H A Dserializers.go2086 func awsRestjson1_serializeDocumentCloudWatchConfig(v *types.CloudWatchConfig, value smithyjson.Val… argument
2271 if v.CloudWatchConfig != nil {
2273 if err := awsRestjson1_serializeDocumentCloudWatchConfig(v.CloudWatchConfig, ok); err != nil {
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/lookoutmetrics/
H A Dvalidators.go617 func validateCloudWatchConfig(v *types.CloudWatchConfig) error { argument
700 if v.CloudWatchConfig != nil {
701 if err := validateCloudWatchConfig(v.CloudWatchConfig); err != nil {
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/lookoutmetrics/
H A Dvalidators.go617 func validateCloudWatchConfig(v *types.CloudWatchConfig) error { argument
700 if v.CloudWatchConfig != nil {
701 if err := validateCloudWatchConfig(v.CloudWatchConfig); err != nil {
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/lookoutmetrics/
H A Dvalidators.go617 func validateCloudWatchConfig(v *types.CloudWatchConfig) error { argument
700 if v.CloudWatchConfig != nil {
701 if err := validateCloudWatchConfig(v.CloudWatchConfig); err != nil {

12