Uses of Interface
software.amazon.awscdk.services.kinesisfirehose.HttpAttribute
Packages that use HttpAttribute
Package
Description
Amazon Data Firehose Construct Library
-
Uses of HttpAttribute in software.amazon.awscdk.services.kinesisfirehose
Classes in software.amazon.awscdk.services.kinesisfirehose that implement HttpAttributeMethods in software.amazon.awscdk.services.kinesisfirehose that return HttpAttributeMethods in software.amazon.awscdk.services.kinesisfirehose that return types with arguments of type HttpAttributeModifier and TypeMethodDescriptiondefault List<HttpAttribute> HttpEndpointProps.getAttributes()Describes the metadata sent to the Http endpoint destination.final List<HttpAttribute> HttpEndpointProps.Jsii$Proxy.getAttributes()default List<HttpAttribute> DatadogProps.getTags()Datadog tags to apply for filtering.final List<HttpAttribute> DatadogProps.Jsii$Proxy.getTags()Method parameters in software.amazon.awscdk.services.kinesisfirehose with type arguments of type HttpAttributeModifier and TypeMethodDescriptionHttpEndpoint.Builder.attributes(List<? extends HttpAttribute> attributes) Describes the metadata sent to the Http endpoint destination.HttpEndpointProps.Builder.attributes(List<? extends HttpAttribute> attributes) Sets the value ofHttpEndpointProps.getAttributes()Datadog.Builder.tags(List<? extends HttpAttribute> tags) Datadog tags to apply for filtering.DatadogProps.Builder.tags(List<? extends HttpAttribute> tags) Sets the value ofDatadogProps.getTags()