Interface CfnInboundExternalLinkPropsMixin.LinkAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInboundExternalLinkPropsMixin.LinkAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnInboundExternalLinkPropsMixin
@Stability(Stable)
public static interface CfnInboundExternalLinkPropsMixin.LinkAttributesProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
LinkAttributesProperty linkAttributesProperty = LinkAttributesProperty.builder()
.customerProvidedId("customerProvidedId")
.responderErrorMasking(List.of(ResponderErrorMaskingForHttpCodeProperty.builder()
.action("action")
.httpCode("httpCode")
.loggingTypes(List.of("loggingTypes"))
.responseLoggingPercentage(123)
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInboundExternalLinkPropsMixin.LinkAttributesPropertystatic final classAn implementation forCfnInboundExternalLinkPropsMixin.LinkAttributesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomerProvidedId
- See Also:
-
getResponderErrorMasking
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty>- See Also:
-
builder
-