Home
last modified time | relevance | path

Searched refs:StreamingLoggingConfig (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/
H A DStreamingLoggingConfig.h31 class AWS_CLOUDFRONT_API StreamingLoggingConfig
34 StreamingLoggingConfig();
35 StreamingLoggingConfig(const Aws::Utils::Xml::XmlNode& xmlNode);
36 StreamingLoggingConfig& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
87 inline StreamingLoggingConfig& WithEnabled(bool value) { SetEnabled(value); return *this;} in WithEnabled()
124 …inline StreamingLoggingConfig& WithBucket(const Aws::String& value) { SetBucket(value); return *th… in WithBucket()
130 …inline StreamingLoggingConfig& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); retu… in WithBucket()
136 inline StreamingLoggingConfig& WithBucket(const char* value) { SetBucket(value); return *this;} in WithBucket()
191 …inline StreamingLoggingConfig& WithPrefix(const Aws::String& value) { SetPrefix(value); return *th… in WithPrefix()
200 …inline StreamingLoggingConfig& WithPrefix(Aws::String&& value) { SetPrefix(std::move(value)); retu… in WithPrefix()
[all …]
H A DStreamingDistributionConfig.h254 inline const StreamingLoggingConfig& GetLogging() const{ return m_logging; } in GetLogging()
266 …inline void SetLogging(const StreamingLoggingConfig& value) { m_loggingHasBeenSet = true; m_loggin… in SetLogging()
272 …inline void SetLogging(StreamingLoggingConfig&& value) { m_loggingHasBeenSet = true; m_logging = s… in SetLogging()
278 …inline StreamingDistributionConfig& WithLogging(const StreamingLoggingConfig& value) { SetLogging(… in WithLogging()
284 …inline StreamingDistributionConfig& WithLogging(StreamingLoggingConfig&& value) { SetLogging(std::… in WithLogging()
429 StreamingLoggingConfig m_logging;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/source/model/
H A DStreamingLoggingConfig.cpp23 StreamingLoggingConfig::StreamingLoggingConfig() : in StreamingLoggingConfig() function in Aws::CloudFront::Model::StreamingLoggingConfig
31 StreamingLoggingConfig::StreamingLoggingConfig(const XmlNode& xmlNode) : in StreamingLoggingConfig() function in Aws::CloudFront::Model::StreamingLoggingConfig
40 StreamingLoggingConfig& StreamingLoggingConfig::operator =(const XmlNode& xmlNode) in operator =()
69 void StreamingLoggingConfig::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/CloudFront/
H A DStreamingLoggingConfig.pm1 package Paws::CloudFront::StreamingLoggingConfig {
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudfront/types/
H A Dtypes.go3458 Logging *StreamingLoggingConfig
3597 type StreamingLoggingConfig struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudfront/types/
H A Dtypes.go3458 Logging *StreamingLoggingConfig
3597 type StreamingLoggingConfig struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudfront/types/
H A Dtypes.go3458 Logging *StreamingLoggingConfig
3597 type StreamingLoggingConfig struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudfront/types/
H A Dtypes.go3458 Logging *StreamingLoggingConfig
3597 type StreamingLoggingConfig struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudfront/types/
H A Dtypes.go3458 Logging *StreamingLoggingConfig
3597 type StreamingLoggingConfig struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudfront/types/
H A Dtypes.go3458 Logging *StreamingLoggingConfig
3597 type StreamingLoggingConfig struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudfront/types/
H A Dtypes.go3598 Logging *StreamingLoggingConfig
3737 type StreamingLoggingConfig struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudfront/types/
H A Dtypes.go3864 Logging *StreamingLoggingConfig
4010 type StreamingLoggingConfig struct { struct
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go8952 Logging *StreamingLoggingConfig `type:"structure"`
9055 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
9381 type StreamingLoggingConfig struct { struct
9409 func (s StreamingLoggingConfig) String() string { argument
9414 func (s StreamingLoggingConfig) GoString() string { argument
9419 func (s *StreamingLoggingConfig) Validate() error { argument
9438 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
9444 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
9450 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go9254 Logging *StreamingLoggingConfig `type:"structure"`
9357 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
9683 type StreamingLoggingConfig struct { struct
9711 func (s StreamingLoggingConfig) String() string { argument
9716 func (s StreamingLoggingConfig) GoString() string { argument
9721 func (s *StreamingLoggingConfig) Validate() error { argument
9740 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
9746 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
9752 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/cloudfront/
H A Dapi.go13647 Logging *StreamingLoggingConfig `type:"structure"`
13750 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14078 type StreamingLoggingConfig struct { struct
14106 func (s StreamingLoggingConfig) String() string { argument
14111 func (s StreamingLoggingConfig) GoString() string { argument
14116 func (s *StreamingLoggingConfig) Validate() error { argument
14135 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14141 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14147 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go13599 Logging *StreamingLoggingConfig `type:"structure"`
13702 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14030 type StreamingLoggingConfig struct { struct
14058 func (s StreamingLoggingConfig) String() string { argument
14063 func (s StreamingLoggingConfig) GoString() string { argument
14068 func (s *StreamingLoggingConfig) Validate() error { argument
14087 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14093 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14099 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go13599 Logging *StreamingLoggingConfig `type:"structure"`
13702 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14030 type StreamingLoggingConfig struct { struct
14058 func (s StreamingLoggingConfig) String() string { argument
14063 func (s StreamingLoggingConfig) GoString() string { argument
14068 func (s *StreamingLoggingConfig) Validate() error { argument
14087 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14093 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14099 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/cloudfront/
H A Dapi.go13627 Logging *StreamingLoggingConfig `type:"structure"`
13730 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14058 type StreamingLoggingConfig struct { struct
14086 func (s StreamingLoggingConfig) String() string { argument
14091 func (s StreamingLoggingConfig) GoString() string { argument
14096 func (s *StreamingLoggingConfig) Validate() error { argument
14115 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14121 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14127 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go13225 Logging *StreamingLoggingConfig `type:"structure"`
13328 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
13650 type StreamingLoggingConfig struct { struct
13678 func (s StreamingLoggingConfig) String() string { argument
13683 func (s StreamingLoggingConfig) GoString() string { argument
13688 func (s *StreamingLoggingConfig) Validate() error { argument
13707 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
13713 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
13719 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go13607 Logging *StreamingLoggingConfig `type:"structure"`
13710 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14038 type StreamingLoggingConfig struct { struct
14066 func (s StreamingLoggingConfig) String() string { argument
14071 func (s StreamingLoggingConfig) GoString() string { argument
14076 func (s *StreamingLoggingConfig) Validate() error { argument
14095 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14101 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14107 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go13627 Logging *StreamingLoggingConfig `type:"structure"`
13730 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14058 type StreamingLoggingConfig struct { struct
14086 func (s StreamingLoggingConfig) String() string { argument
14091 func (s StreamingLoggingConfig) GoString() string { argument
14096 func (s *StreamingLoggingConfig) Validate() error { argument
14115 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14121 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14127 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go13599 Logging *StreamingLoggingConfig `type:"structure"`
13702 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14030 type StreamingLoggingConfig struct { struct
14058 func (s StreamingLoggingConfig) String() string { argument
14063 func (s StreamingLoggingConfig) GoString() string { argument
14068 func (s *StreamingLoggingConfig) Validate() error { argument
14087 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14093 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14099 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/cloudfront/
H A Dapi.go13089 Logging *StreamingLoggingConfig `type:"structure"`
13192 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
13514 type StreamingLoggingConfig struct { struct
13542 func (s StreamingLoggingConfig) String() string { argument
13547 func (s StreamingLoggingConfig) GoString() string { argument
13552 func (s *StreamingLoggingConfig) Validate() error { argument
13571 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
13577 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
13583 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go13627 Logging *StreamingLoggingConfig `type:"structure"`
13730 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14058 type StreamingLoggingConfig struct { struct
14086 func (s StreamingLoggingConfig) String() string { argument
14091 func (s StreamingLoggingConfig) GoString() string { argument
14096 func (s *StreamingLoggingConfig) Validate() error { argument
14115 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14121 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14127 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/cloudfront/
H A Dapi.go13642 Logging *StreamingLoggingConfig `type:"structure"`
13745 func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionC…
14073 type StreamingLoggingConfig struct { struct
14101 func (s StreamingLoggingConfig) String() string { argument
14106 func (s StreamingLoggingConfig) GoString() string { argument
14111 func (s *StreamingLoggingConfig) Validate() error { argument
14130 func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig { argument
14136 func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig { argument
14142 func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig { argument

123