Interface CfnLinkPropsMixin.ActionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLinkPropsMixin.ActionProperty.Jsii$Proxy
- Enclosing class:
CfnLinkPropsMixin
@Stability(Stable)
public static interface CfnLinkPropsMixin.ActionProperty
extends software.amazon.jsii.JsiiSerializable
Describes a bid action.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.*;
ActionProperty actionProperty = ActionProperty.builder()
.headerTag(HeaderTagActionProperty.builder()
.name("name")
.value("value")
.build())
.noBid(NoBidActionProperty.builder()
.noBidReasonCode(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLinkPropsMixin.ActionPropertystatic final classAn implementation forCfnLinkPropsMixin.ActionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHeaderTag
Describes the header tag for a bid action.Returns union: either
IResolvableorCfnLinkPropsMixin.HeaderTagActionProperty- See Also:
-
getNoBid
Describes the parameters of a no bid module.Returns union: either
IResolvableorCfnLinkPropsMixin.NoBidActionProperty- See Also:
-
builder
-