Interface CfnInboundExternalLinkMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInboundExternalLinkMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:31.415Z")
@Stability(Stable)
public interface CfnInboundExternalLinkMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnInboundExternalLinkPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.rtbfabric.mixins.*;
CfnInboundExternalLinkMixinProps cfnInboundExternalLinkMixinProps = CfnInboundExternalLinkMixinProps.builder()
.gatewayId("gatewayId")
.linkAttributes(LinkAttributesProperty.builder()
.customerProvidedId("customerProvidedId")
.responderErrorMasking(List.of(ResponderErrorMaskingForHttpCodeProperty.builder()
.action("action")
.httpCode("httpCode")
.loggingTypes(List.of("loggingTypes"))
.responseLoggingPercentage(123)
.build()))
.build())
.linkLogSettings(LinkLogSettingsProperty.builder()
.applicationLogs(ApplicationLogsProperty.builder()
.linkApplicationLogSampling(LinkApplicationLogSamplingProperty.builder()
.errorLog(123)
.filterLog(123)
.build())
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInboundExternalLinkMixinPropsstatic final classAn implementation forCfnInboundExternalLinkMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault ObjectReturns union: eitherIResolvableorCfnInboundExternalLinkPropsMixin.LinkAttributesPropertydefault ObjectReturns union: eitherIResolvableorCfnInboundExternalLinkPropsMixin.LinkLogSettingsPropertygetTags()Tags to assign to the Link.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGatewayId
- See Also:
-
getLinkAttributes
Returns union: eitherIResolvableorCfnInboundExternalLinkPropsMixin.LinkAttributesProperty- See Also:
-
getLinkLogSettings
Returns union: eitherIResolvableorCfnInboundExternalLinkPropsMixin.LinkLogSettingsProperty- See Also:
-
getTags
Tags to assign to the Link.- See Also:
-
builder
-