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