Interface ICfnOutpostResolverProps
Properties for defining a CfnOutpostResolver
.
Namespace: Amazon.CDK.AWS.Route53Resolver
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnOutpostResolverProps
Syntax (vb)
Public Interface ICfnOutpostResolverProps
Remarks
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.AWS.Route53Resolver;
var cfnOutpostResolverProps = new CfnOutpostResolverProps {
Name = "name",
OutpostArn = "outpostArn",
PreferredInstanceType = "preferredInstanceType",
// the properties below are optional
InstanceCount = 123,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Instance |
Amazon EC2 instance count for the Resolver on the Outpost. |
Name | Name of the Resolver. |
Outpost |
The ARN (Amazon Resource Name) for the Outpost. |
Preferred |
The Amazon EC2 instance type. |
Tags | A key value pair that helps you identify a Route 53 Resolver . |
Properties
InstanceCount
Amazon EC2 instance count for the Resolver on the Outpost.
virtual Nullable<double> InstanceCount { get; }
Property Value
System.
Remarks
Name
Name of the Resolver.
string Name { get; }
Property Value
System.
Remarks
OutpostArn
The ARN (Amazon Resource Name) for the Outpost.
string OutpostArn { get; }
Property Value
System.
Remarks
PreferredInstanceType
The Amazon EC2 instance type.
string PreferredInstanceType { get; }
Property Value
System.
Remarks
If you specify this, you must also specify a value for the OutpostArn
.
Tags
A key value pair that helps you identify a Route 53 Resolver .
virtual ICfnTag[] Tags { get; }
Property Value
ICfn