Interface CfnOutboundExternalLinkMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOutboundExternalLinkMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:04.668Z")
@Stability(Stable)
public interface CfnOutboundExternalLinkMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnOutboundExternalLinkPropsMixin.
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.*;
CfnOutboundExternalLinkMixinProps cfnOutboundExternalLinkMixinProps = CfnOutboundExternalLinkMixinProps.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())
.publicEndpoint("publicEndpoint")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOutboundExternalLinkMixinPropsstatic final classAn implementation forCfnOutboundExternalLinkMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault ObjectReturns union: eitherIResolvableorCfnOutboundExternalLinkPropsMixin.LinkAttributesPropertydefault ObjectReturns union: eitherIResolvableorCfnOutboundExternalLinkPropsMixin.LinkLogSettingsPropertydefault StringgetTags()Tags to assign to the Link.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGatewayId
- See Also:
-
getLinkAttributes
Returns union: eitherIResolvableorCfnOutboundExternalLinkPropsMixin.LinkAttributesProperty- See Also:
-
getLinkLogSettings
Returns union: eitherIResolvableorCfnOutboundExternalLinkPropsMixin.LinkLogSettingsProperty- See Also:
-
getPublicEndpoint
- See Also:
-
getTags
Tags to assign to the Link.- See Also:
-
builder
-