1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. rtbfabric
  5. Link

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.rtbfabric.Link

Start a Neo task
Explain and create an aws-native.rtbfabric.Link resource
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Resource Type definition for AWS::RTBFabric::Link Resource Type

    Create Link Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Link(name: string, args: LinkArgs, opts?: CustomResourceOptions);
    @overload
    def Link(resource_name: str,
             args: LinkArgs,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Link(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             gateway_id: Optional[str] = None,
             link_log_settings: Optional[LinkLogSettingsArgs] = None,
             peer_gateway_id: Optional[str] = None,
             http_responder_allowed: Optional[bool] = None,
             link_attributes: Optional[LinkAttributesArgs] = None,
             module_configuration_list: Optional[Sequence[LinkModuleConfigurationArgs]] = None,
             tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewLink(ctx *Context, name string, args LinkArgs, opts ...ResourceOption) (*Link, error)
    public Link(string name, LinkArgs args, CustomResourceOptions? opts = null)
    public Link(String name, LinkArgs args)
    public Link(String name, LinkArgs args, CustomResourceOptions options)
    
    type: aws-native:rtbfabric:Link
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LinkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LinkArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LinkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LinkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LinkArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Link Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Link resource accepts the following input properties:

    GatewayId string
    The unique identifier of the gateway.
    LinkLogSettings Pulumi.AwsNative.RtbFabric.Inputs.LinkLogSettings
    Settings for the application logs.
    PeerGatewayId string
    The unique identifier of the peer gateway.
    HttpResponderAllowed bool
    Boolean to specify if an HTTP responder is allowed.
    LinkAttributes Pulumi.AwsNative.RtbFabric.Inputs.LinkAttributes
    Attributes of the link.
    ModuleConfigurationList List<Pulumi.AwsNative.RtbFabric.Inputs.LinkModuleConfiguration>
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A map of the key-value pairs of the tag or tags to assign to the resource.
    GatewayId string
    The unique identifier of the gateway.
    LinkLogSettings LinkLogSettingsArgs
    Settings for the application logs.
    PeerGatewayId string
    The unique identifier of the peer gateway.
    HttpResponderAllowed bool
    Boolean to specify if an HTTP responder is allowed.
    LinkAttributes LinkAttributesArgs
    Attributes of the link.
    ModuleConfigurationList []LinkModuleConfigurationArgs
    Tags TagArgs
    A map of the key-value pairs of the tag or tags to assign to the resource.
    gatewayId String
    The unique identifier of the gateway.
    linkLogSettings LinkLogSettings
    Settings for the application logs.
    peerGatewayId String
    The unique identifier of the peer gateway.
    httpResponderAllowed Boolean
    Boolean to specify if an HTTP responder is allowed.
    linkAttributes LinkAttributes
    Attributes of the link.
    moduleConfigurationList List<LinkModuleConfiguration>
    tags List<Tag>
    A map of the key-value pairs of the tag or tags to assign to the resource.
    gatewayId string
    The unique identifier of the gateway.
    linkLogSettings LinkLogSettings
    Settings for the application logs.
    peerGatewayId string
    The unique identifier of the peer gateway.
    httpResponderAllowed boolean
    Boolean to specify if an HTTP responder is allowed.
    linkAttributes LinkAttributes
    Attributes of the link.
    moduleConfigurationList LinkModuleConfiguration[]
    tags Tag[]
    A map of the key-value pairs of the tag or tags to assign to the resource.
    gateway_id str
    The unique identifier of the gateway.
    link_log_settings LinkLogSettingsArgs
    Settings for the application logs.
    peer_gateway_id str
    The unique identifier of the peer gateway.
    http_responder_allowed bool
    Boolean to specify if an HTTP responder is allowed.
    link_attributes LinkAttributesArgs
    Attributes of the link.
    module_configuration_list Sequence[LinkModuleConfigurationArgs]
    tags Sequence[TagArgs]
    A map of the key-value pairs of the tag or tags to assign to the resource.
    gatewayId String
    The unique identifier of the gateway.
    linkLogSettings Property Map
    Settings for the application logs.
    peerGatewayId String
    The unique identifier of the peer gateway.
    httpResponderAllowed Boolean
    Boolean to specify if an HTTP responder is allowed.
    linkAttributes Property Map
    Attributes of the link.
    moduleConfigurationList List<Property Map>
    tags List<Property Map>
    A map of the key-value pairs of the tag or tags to assign to the resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Link resource produces the following output properties:

    Arn string
    CreatedTimestamp string
    Id string
    The provider-assigned unique ID for this managed resource.
    LinkDirection Pulumi.AwsNative.RtbFabric.LinkDirection
    LinkId string
    The unique identifier of the link.
    LinkStatus Pulumi.AwsNative.RtbFabric.LinkStatus
    UpdatedTimestamp string
    Arn string
    CreatedTimestamp string
    Id string
    The provider-assigned unique ID for this managed resource.
    LinkDirection LinkDirection
    LinkId string
    The unique identifier of the link.
    LinkStatus LinkStatus
    UpdatedTimestamp string
    arn String
    createdTimestamp String
    id String
    The provider-assigned unique ID for this managed resource.
    linkDirection LinkDirection
    linkId String
    The unique identifier of the link.
    linkStatus LinkStatus
    updatedTimestamp String
    arn string
    createdTimestamp string
    id string
    The provider-assigned unique ID for this managed resource.
    linkDirection LinkDirection
    linkId string
    The unique identifier of the link.
    linkStatus LinkStatus
    updatedTimestamp string
    arn str
    created_timestamp str
    id str
    The provider-assigned unique ID for this managed resource.
    link_direction LinkDirection
    link_id str
    The unique identifier of the link.
    link_status LinkStatus
    updated_timestamp str

    Supporting Types

    LinkAttributes, LinkAttributesArgs

    CustomerProvidedId string
    The customer-provided unique identifier of the link.
    ResponderErrorMasking List<Pulumi.AwsNative.RtbFabric.Inputs.LinkResponderErrorMaskingForHttpCode>
    Describes the masking for HTTP error codes.
    CustomerProvidedId string
    The customer-provided unique identifier of the link.
    ResponderErrorMasking []LinkResponderErrorMaskingForHttpCode
    Describes the masking for HTTP error codes.
    customerProvidedId String
    The customer-provided unique identifier of the link.
    responderErrorMasking List<LinkResponderErrorMaskingForHttpCode>
    Describes the masking for HTTP error codes.
    customerProvidedId string
    The customer-provided unique identifier of the link.
    responderErrorMasking LinkResponderErrorMaskingForHttpCode[]
    Describes the masking for HTTP error codes.
    customer_provided_id str
    The customer-provided unique identifier of the link.
    responder_error_masking Sequence[LinkResponderErrorMaskingForHttpCode]
    Describes the masking for HTTP error codes.
    customerProvidedId String
    The customer-provided unique identifier of the link.
    responderErrorMasking List<Property Map>
    Describes the masking for HTTP error codes.

    LinkDirection, LinkDirectionArgs

    Request
    REQUEST
    Response
    RESPONSE
    LinkDirectionRequest
    REQUEST
    LinkDirectionResponse
    RESPONSE
    Request
    REQUEST
    Response
    RESPONSE
    Request
    REQUEST
    Response
    RESPONSE
    REQUEST
    REQUEST
    RESPONSE
    RESPONSE
    "REQUEST"
    REQUEST
    "RESPONSE"
    RESPONSE

    LinkLogSettings, LinkLogSettingsArgs

    ApplicationLogs LinkLogSettingsApplicationLogsProperties
    Describes the configuration of a link application log.
    applicationLogs LinkLogSettingsApplicationLogsProperties
    Describes the configuration of a link application log.
    applicationLogs LinkLogSettingsApplicationLogsProperties
    Describes the configuration of a link application log.
    application_logs LinkLogSettingsApplicationLogsProperties
    Describes the configuration of a link application log.
    applicationLogs Property Map
    Describes the configuration of a link application log.

    LinkLogSettingsApplicationLogsProperties, LinkLogSettingsApplicationLogsPropertiesArgs

    Describes the configuration of a link application log.

    LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties, LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs

    ErrorLog double
    FilterLog double
    ErrorLog float64
    FilterLog float64
    errorLog Double
    filterLog Double
    errorLog number
    filterLog number
    errorLog Number
    filterLog Number

    LinkModuleConfiguration, LinkModuleConfigurationArgs

    LinkResponderErrorMaskingForHttpCode, LinkResponderErrorMaskingForHttpCodeArgs

    Action LinkResponderErrorMaskingForHttpCodeAction
    The action for the error..
    HttpCode string
    The HTTP error code.
    LoggingTypes []LinkResponderErrorMaskingLoggingType
    The error log type.
    ResponseLoggingPercentage float64
    The percentage of response logging.
    action LinkResponderErrorMaskingForHttpCodeAction
    The action for the error..
    httpCode String
    The HTTP error code.
    loggingTypes List<LinkResponderErrorMaskingLoggingType>
    The error log type.
    responseLoggingPercentage Double
    The percentage of response logging.
    action LinkResponderErrorMaskingForHttpCodeAction
    The action for the error..
    httpCode string
    The HTTP error code.
    loggingTypes LinkResponderErrorMaskingLoggingType[]
    The error log type.
    responseLoggingPercentage number
    The percentage of response logging.
    action LinkResponderErrorMaskingForHttpCodeAction
    The action for the error..
    http_code str
    The HTTP error code.
    logging_types Sequence[LinkResponderErrorMaskingLoggingType]
    The error log type.
    response_logging_percentage float
    The percentage of response logging.
    action "NO_BID" | "PASSTHROUGH"
    The action for the error..
    httpCode String
    The HTTP error code.
    loggingTypes List<"NONE" | "METRIC" | "RESPONSE">
    The error log type.
    responseLoggingPercentage Number
    The percentage of response logging.

    LinkResponderErrorMaskingForHttpCodeAction, LinkResponderErrorMaskingForHttpCodeActionArgs

    NoBid
    NO_BID
    Passthrough
    PASSTHROUGH
    LinkResponderErrorMaskingForHttpCodeActionNoBid
    NO_BID
    LinkResponderErrorMaskingForHttpCodeActionPassthrough
    PASSTHROUGH
    NoBid
    NO_BID
    Passthrough
    PASSTHROUGH
    NoBid
    NO_BID
    Passthrough
    PASSTHROUGH
    NO_BID
    NO_BID
    PASSTHROUGH
    PASSTHROUGH
    "NO_BID"
    NO_BID
    "PASSTHROUGH"
    PASSTHROUGH

    LinkResponderErrorMaskingLoggingType, LinkResponderErrorMaskingLoggingTypeArgs

    None
    NONE
    Metric
    METRIC
    Response
    RESPONSE
    LinkResponderErrorMaskingLoggingTypeNone
    NONE
    LinkResponderErrorMaskingLoggingTypeMetric
    METRIC
    LinkResponderErrorMaskingLoggingTypeResponse
    RESPONSE
    None
    NONE
    Metric
    METRIC
    Response
    RESPONSE
    None
    NONE
    Metric
    METRIC
    Response
    RESPONSE
    NONE
    NONE
    METRIC
    METRIC
    RESPONSE
    RESPONSE
    "NONE"
    NONE
    "METRIC"
    METRIC
    "RESPONSE"
    RESPONSE

    LinkStatus, LinkStatusArgs

    PendingCreation
    PENDING_CREATION
    PendingRequest
    PENDING_REQUEST
    Requested
    REQUESTED
    Accepted
    ACCEPTED
    Active
    ACTIVE
    Declined
    DECLINED
    Failed
    FAILED
    PendingDeletion
    PENDING_DELETION
    Deleted
    DELETED
    PendingUpdate
    PENDING_UPDATE
    PendingIsolation
    PENDING_ISOLATION
    Isolated
    ISOLATED
    PendingRestoration
    PENDING_RESTORATION
    UnknownToSdkVersion
    UNKNOWN_TO_SDK_VERSION
    LinkStatusPendingCreation
    PENDING_CREATION
    LinkStatusPendingRequest
    PENDING_REQUEST
    LinkStatusRequested
    REQUESTED
    LinkStatusAccepted
    ACCEPTED
    LinkStatusActive
    ACTIVE
    LinkStatusDeclined
    DECLINED
    LinkStatusFailed
    FAILED
    LinkStatusPendingDeletion
    PENDING_DELETION
    LinkStatusDeleted
    DELETED
    LinkStatusPendingUpdate
    PENDING_UPDATE
    LinkStatusPendingIsolation
    PENDING_ISOLATION
    LinkStatusIsolated
    ISOLATED
    LinkStatusPendingRestoration
    PENDING_RESTORATION
    LinkStatusUnknownToSdkVersion
    UNKNOWN_TO_SDK_VERSION
    PendingCreation
    PENDING_CREATION
    PendingRequest
    PENDING_REQUEST
    Requested
    REQUESTED
    Accepted
    ACCEPTED
    Active
    ACTIVE
    Declined
    DECLINED
    Failed
    FAILED
    PendingDeletion
    PENDING_DELETION
    Deleted
    DELETED
    PendingUpdate
    PENDING_UPDATE
    PendingIsolation
    PENDING_ISOLATION
    Isolated
    ISOLATED
    PendingRestoration
    PENDING_RESTORATION
    UnknownToSdkVersion
    UNKNOWN_TO_SDK_VERSION
    PendingCreation
    PENDING_CREATION
    PendingRequest
    PENDING_REQUEST
    Requested
    REQUESTED
    Accepted
    ACCEPTED
    Active
    ACTIVE
    Declined
    DECLINED
    Failed
    FAILED
    PendingDeletion
    PENDING_DELETION
    Deleted
    DELETED
    PendingUpdate
    PENDING_UPDATE
    PendingIsolation
    PENDING_ISOLATION
    Isolated
    ISOLATED
    PendingRestoration
    PENDING_RESTORATION
    UnknownToSdkVersion
    UNKNOWN_TO_SDK_VERSION
    PENDING_CREATION
    PENDING_CREATION
    PENDING_REQUEST
    PENDING_REQUEST
    REQUESTED
    REQUESTED
    ACCEPTED
    ACCEPTED
    ACTIVE
    ACTIVE
    DECLINED
    DECLINED
    FAILED
    FAILED
    PENDING_DELETION
    PENDING_DELETION
    DELETED
    DELETED
    PENDING_UPDATE
    PENDING_UPDATE
    PENDING_ISOLATION
    PENDING_ISOLATION
    ISOLATED
    ISOLATED
    PENDING_RESTORATION
    PENDING_RESTORATION
    UNKNOWN_TO_SDK_VERSION
    UNKNOWN_TO_SDK_VERSION
    "PENDING_CREATION"
    PENDING_CREATION
    "PENDING_REQUEST"
    PENDING_REQUEST
    "REQUESTED"
    REQUESTED
    "ACCEPTED"
    ACCEPTED
    "ACTIVE"
    ACTIVE
    "DECLINED"
    DECLINED
    "FAILED"
    FAILED
    "PENDING_DELETION"
    PENDING_DELETION
    "DELETED"
    DELETED
    "PENDING_UPDATE"
    PENDING_UPDATE
    "PENDING_ISOLATION"
    PENDING_ISOLATION
    "ISOLATED"
    ISOLATED
    "PENDING_RESTORATION"
    PENDING_RESTORATION
    "UNKNOWN_TO_SDK_VERSION"
    UNKNOWN_TO_SDK_VERSION

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate