Show / Hide Table of Contents

Class CfnAccessSourceMixinProps

Properties for CfnAccessSourcePropsMixin.

Inheritance
object
CfnAccessSourceMixinProps
Implements
ICfnAccessSourceMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html#cfn-route53globalresolver-accesssource-cidr

ClientToken

Properties for CfnAccessSourcePropsMixin.

public string? ClientToken { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html#cfn-route53globalresolver-accesssource-clienttoken

DnsViewId

Properties for CfnAccessSourcePropsMixin.

public string? DnsViewId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html#cfn-route53globalresolver-accesssource-dnsviewid

IpAddressType

Properties for CfnAccessSourcePropsMixin.

public string? IpAddressType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html#cfn-route53globalresolver-accesssource-ipaddresstype

Name

Properties for CfnAccessSourcePropsMixin.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html#cfn-route53globalresolver-accesssource-name

Protocol

Properties for CfnAccessSourcePropsMixin.

public string? Protocol { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html#cfn-route53globalresolver-accesssource-protocol

Tags

Properties for CfnAccessSourcePropsMixin.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-accesssource.html#cfn-route53globalresolver-accesssource-tags

Implements

ICfnAccessSourceMixinProps
Back to top Generated by DocFX