CfnInboundExternalLinkMixinProps

class aws_cdk.mixins_preview.aws_rtbfabric.mixins.CfnInboundExternalLinkMixinProps(*, gateway_id=None, link_attributes=None, link_log_settings=None, tags=None)

Bases: object

Properties for CfnInboundExternalLinkPropsMixin.

Parameters:
See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_rtbfabric import mixins as rtbfabric_mixins

cfn_inbound_external_link_mixin_props = rtbfabric_mixins.CfnInboundExternalLinkMixinProps(
    gateway_id="gatewayId",
    link_attributes=rtbfabric_mixins.CfnInboundExternalLinkPropsMixin.LinkAttributesProperty(
        customer_provided_id="customerProvidedId",
        responder_error_masking=[rtbfabric_mixins.CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty(
            action="action",
            http_code="httpCode",
            logging_types=["loggingTypes"],
            response_logging_percentage=123
        )]
    ),
    link_log_settings=rtbfabric_mixins.CfnInboundExternalLinkPropsMixin.LinkLogSettingsProperty(
        application_logs=rtbfabric_mixins.CfnInboundExternalLinkPropsMixin.ApplicationLogsProperty(
            link_application_log_sampling=rtbfabric_mixins.CfnInboundExternalLinkPropsMixin.LinkApplicationLogSamplingProperty(
                error_log=123,
                filter_log=123
            )
        )
    ),
    tags=[CfnTag(
        key="key",
        value="value"
    )]
)

Attributes

gateway_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html#cfn-rtbfabric-inboundexternallink-gatewayid

Type:

see

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html#cfn-rtbfabric-inboundexternallink-linkattributes

Type:

see

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html#cfn-rtbfabric-inboundexternallink-linklogsettings

Type:

see

tags

Tags to assign to the Link.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html#cfn-rtbfabric-inboundexternallink-tags