Class CfnLinkPropsMixin
Creates a new link between gateways.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnLinkPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnLinkPropsMixin Inherits Mixin Implements IMixin
Remarks
Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
CloudformationResource: AWS::RTBFabric::Link
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnLinkPropsMixin = new CfnLinkPropsMixin(new CfnLinkMixinProps {
GatewayId = "gatewayId",
HttpResponderAllowed = false,
LinkAttributes = new LinkAttributesProperty {
CustomerProvidedId = "customerProvidedId",
ResponderErrorMasking = new [] { new ResponderErrorMaskingForHttpCodeProperty {
Action = "action",
HttpCode = "httpCode",
LoggingTypes = new [] { "loggingTypes" },
ResponseLoggingPercentage = 123
} }
},
LinkLogSettings = new LinkLogSettingsProperty {
ApplicationLogs = new ApplicationLogsProperty {
LinkApplicationLogSampling = new LinkApplicationLogSamplingProperty {
ErrorLog = 123,
FilterLog = 123
}
}
},
ModuleConfigurationList = new [] { new ModuleConfigurationProperty {
DependsOn = new [] { "dependsOn" },
ModuleParameters = new ModuleParametersProperty {
NoBid = new NoBidModuleParametersProperty {
PassThroughPercentage = 123,
Reason = "reason",
ReasonCode = 123
},
OpenRtbAttribute = new OpenRtbAttributeModuleParametersProperty {
Action = new ActionProperty {
HeaderTag = new HeaderTagActionProperty {
Name = "name",
Value = "value"
},
NoBid = new NoBidActionProperty {
NoBidReasonCode = 123
}
},
FilterConfiguration = new [] { new FilterProperty {
Criteria = new [] { new FilterCriterionProperty {
Path = "path",
Values = new [] { "values" }
} }
} },
FilterType = "filterType",
HoldbackPercentage = 123
}
},
Name = "name",
Version = "version"
} },
PeerGatewayId = "peerGatewayId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnLinkPropsMixin(ICfnLinkMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates a new link between gateways. |
| Props | Creates a new link between gateways. |
| Strategy | Creates a new link between gateways. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnLinkPropsMixin(ICfnLinkMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::RTBFabric::Link.
public CfnLinkPropsMixin(ICfnLinkMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnLinkMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
CloudformationResource: AWS::RTBFabric::Link
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates a new link between gateways.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
CloudformationResource: AWS::RTBFabric::Link
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnLinkPropsMixin = new CfnLinkPropsMixin(new CfnLinkMixinProps {
GatewayId = "gatewayId",
HttpResponderAllowed = false,
LinkAttributes = new LinkAttributesProperty {
CustomerProvidedId = "customerProvidedId",
ResponderErrorMasking = new [] { new ResponderErrorMaskingForHttpCodeProperty {
Action = "action",
HttpCode = "httpCode",
LoggingTypes = new [] { "loggingTypes" },
ResponseLoggingPercentage = 123
} }
},
LinkLogSettings = new LinkLogSettingsProperty {
ApplicationLogs = new ApplicationLogsProperty {
LinkApplicationLogSampling = new LinkApplicationLogSamplingProperty {
ErrorLog = 123,
FilterLog = 123
}
}
},
ModuleConfigurationList = new [] { new ModuleConfigurationProperty {
DependsOn = new [] { "dependsOn" },
ModuleParameters = new ModuleParametersProperty {
NoBid = new NoBidModuleParametersProperty {
PassThroughPercentage = 123,
Reason = "reason",
ReasonCode = 123
},
OpenRtbAttribute = new OpenRtbAttributeModuleParametersProperty {
Action = new ActionProperty {
HeaderTag = new HeaderTagActionProperty {
Name = "name",
Value = "value"
},
NoBid = new NoBidActionProperty {
NoBidReasonCode = 123
}
},
FilterConfiguration = new [] { new FilterProperty {
Criteria = new [] { new FilterCriterionProperty {
Path = "path",
Values = new [] { "values" }
} }
} },
FilterType = "filterType",
HoldbackPercentage = 123
}
},
Name = "name",
Version = "version"
} },
PeerGatewayId = "peerGatewayId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Creates a new link between gateways.
protected virtual ICfnLinkMixinProps Props { get; }
Property Value
Remarks
Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
CloudformationResource: AWS::RTBFabric::Link
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnLinkPropsMixin = new CfnLinkPropsMixin(new CfnLinkMixinProps {
GatewayId = "gatewayId",
HttpResponderAllowed = false,
LinkAttributes = new LinkAttributesProperty {
CustomerProvidedId = "customerProvidedId",
ResponderErrorMasking = new [] { new ResponderErrorMaskingForHttpCodeProperty {
Action = "action",
HttpCode = "httpCode",
LoggingTypes = new [] { "loggingTypes" },
ResponseLoggingPercentage = 123
} }
},
LinkLogSettings = new LinkLogSettingsProperty {
ApplicationLogs = new ApplicationLogsProperty {
LinkApplicationLogSampling = new LinkApplicationLogSamplingProperty {
ErrorLog = 123,
FilterLog = 123
}
}
},
ModuleConfigurationList = new [] { new ModuleConfigurationProperty {
DependsOn = new [] { "dependsOn" },
ModuleParameters = new ModuleParametersProperty {
NoBid = new NoBidModuleParametersProperty {
PassThroughPercentage = 123,
Reason = "reason",
ReasonCode = 123
},
OpenRtbAttribute = new OpenRtbAttributeModuleParametersProperty {
Action = new ActionProperty {
HeaderTag = new HeaderTagActionProperty {
Name = "name",
Value = "value"
},
NoBid = new NoBidActionProperty {
NoBidReasonCode = 123
}
},
FilterConfiguration = new [] { new FilterProperty {
Criteria = new [] { new FilterCriterionProperty {
Path = "path",
Values = new [] { "values" }
} }
} },
FilterType = "filterType",
HoldbackPercentage = 123
}
},
Name = "name",
Version = "version"
} },
PeerGatewayId = "peerGatewayId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Creates a new link between gateways.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
CloudformationResource: AWS::RTBFabric::Link
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnLinkPropsMixin = new CfnLinkPropsMixin(new CfnLinkMixinProps {
GatewayId = "gatewayId",
HttpResponderAllowed = false,
LinkAttributes = new LinkAttributesProperty {
CustomerProvidedId = "customerProvidedId",
ResponderErrorMasking = new [] { new ResponderErrorMaskingForHttpCodeProperty {
Action = "action",
HttpCode = "httpCode",
LoggingTypes = new [] { "loggingTypes" },
ResponseLoggingPercentage = 123
} }
},
LinkLogSettings = new LinkLogSettingsProperty {
ApplicationLogs = new ApplicationLogsProperty {
LinkApplicationLogSampling = new LinkApplicationLogSamplingProperty {
ErrorLog = 123,
FilterLog = 123
}
}
},
ModuleConfigurationList = new [] { new ModuleConfigurationProperty {
DependsOn = new [] { "dependsOn" },
ModuleParameters = new ModuleParametersProperty {
NoBid = new NoBidModuleParametersProperty {
PassThroughPercentage = 123,
Reason = "reason",
ReasonCode = 123
},
OpenRtbAttribute = new OpenRtbAttributeModuleParametersProperty {
Action = new ActionProperty {
HeaderTag = new HeaderTagActionProperty {
Name = "name",
Value = "value"
},
NoBid = new NoBidActionProperty {
NoBidReasonCode = 123
}
},
FilterConfiguration = new [] { new FilterProperty {
Criteria = new [] { new FilterCriterionProperty {
Path = "path",
Values = new [] { "values" }
} }
} },
FilterType = "filterType",
HoldbackPercentage = 123
}
},
Name = "name",
Version = "version"
} },
PeerGatewayId = "peerGatewayId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
CloudformationResource: AWS::RTBFabric::Link
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
CloudformationResource: AWS::RTBFabric::Link
Mixin: true
ExampleMetadata: fixture=_generated