Interface CfnTopic.TopicRelativeDateFilterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTopic.TopicRelativeDateFilterProperty.Jsii$Proxy
Enclosing class:
CfnTopic

@Stability(Stable) public static interface CfnTopic.TopicRelativeDateFilterProperty extends software.amazon.jsii.JsiiSerializable
A structure that represents a relative date filter.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 TopicRelativeDateFilterProperty topicRelativeDateFilterProperty = TopicRelativeDateFilterProperty.builder()
         .constant(TopicSingularFilterConstantProperty.builder()
                 .constantType("constantType")
                 .singularConstant("singularConstant")
                 .build())
         .relativeDateFilterFunction("relativeDateFilterFunction")
         .timeGranularity("timeGranularity")
         .build();
 

See Also: