Interface CfnOutboundExternalLinkPropsMixin.LinkAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOutboundExternalLinkPropsMixin.LinkAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnOutboundExternalLinkPropsMixin
@Stability(Stable)
public static interface CfnOutboundExternalLinkPropsMixin.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 forCfnOutboundExternalLinkPropsMixin.LinkAttributesPropertystatic final classAn implementation forCfnOutboundExternalLinkPropsMixin.LinkAttributesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomerProvidedId
- See Also:
-
getResponderErrorMasking
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty>- See Also:
-
builder
@Stability(Stable) static CfnOutboundExternalLinkPropsMixin.LinkAttributesProperty.Builder builder()
-