Class CfnAccessSourceMixinProps
Properties for CfnAccessSourcePropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Route53GlobalResolver
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAccessSourceMixinProps : ICfnAccessSourceMixinProps
Syntax (vb)
Public Class CfnAccessSourceMixinProps Implements ICfnAccessSourceMixinProps
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.CfnPropertyMixins.AWS.Route53GlobalResolver;
var cfnAccessSourceMixinProps = new CfnAccessSourceMixinProps {
Cidr = "cidr",
ClientToken = "clientToken",
DnsViewId = "dnsViewId",
IpAddressType = "ipAddressType",
Name = "name",
Protocol = "protocol",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnAccessSourceMixinProps() | Properties for CfnAccessSourcePropsMixin. |
Properties
| Cidr | Properties for CfnAccessSourcePropsMixin. |
| ClientToken | Properties for CfnAccessSourcePropsMixin. |
| DnsViewId | Properties for CfnAccessSourcePropsMixin. |
| IpAddressType | Properties for CfnAccessSourcePropsMixin. |
| Name | Properties for CfnAccessSourcePropsMixin. |
| Protocol | Properties for CfnAccessSourcePropsMixin. |
| Tags | Properties for CfnAccessSourcePropsMixin. |
Constructors
CfnAccessSourceMixinProps()
Properties for CfnAccessSourcePropsMixin.
public CfnAccessSourceMixinProps()
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.CfnPropertyMixins.AWS.Route53GlobalResolver;
var cfnAccessSourceMixinProps = new CfnAccessSourceMixinProps {
Cidr = "cidr",
ClientToken = "clientToken",
DnsViewId = "dnsViewId",
IpAddressType = "ipAddressType",
Name = "name",
Protocol = "protocol",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Cidr
Properties for CfnAccessSourcePropsMixin.
public string? Cidr { get; set; }
Property Value
Remarks
ClientToken
Properties for CfnAccessSourcePropsMixin.
public string? ClientToken { get; set; }
Property Value
Remarks
DnsViewId
Properties for CfnAccessSourcePropsMixin.
public string? DnsViewId { get; set; }
Property Value
Remarks
IpAddressType
Properties for CfnAccessSourcePropsMixin.
public string? IpAddressType { get; set; }
Property Value
Remarks
Name
Properties for CfnAccessSourcePropsMixin.
public string? Name { get; set; }
Property Value
Remarks
Protocol
Properties for CfnAccessSourcePropsMixin.
public string? Protocol { get; set; }
Property Value
Remarks
Tags
Properties for CfnAccessSourcePropsMixin.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]