Show / Hide Table of Contents

Class CfnServiceNetworkResourceAssociationMixinProps

Properties for CfnServiceNetworkResourceAssociationPropsMixin.

Inheritance
object
CfnServiceNetworkResourceAssociationMixinProps
Implements
ICfnServiceNetworkResourceAssociationMixinProps
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.VpcLattice
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServiceNetworkResourceAssociationMixinProps : ICfnServiceNetworkResourceAssociationMixinProps
Syntax (vb)
Public Class CfnServiceNetworkResourceAssociationMixinProps Implements ICfnServiceNetworkResourceAssociationMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.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.VpcLattice;

             var cfnServiceNetworkResourceAssociationMixinProps = new CfnServiceNetworkResourceAssociationMixinProps {
                 PrivateDnsEnabled = false,
                 ResourceConfigurationId = "resourceConfigurationId",
                 ServiceNetworkId = "serviceNetworkId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnServiceNetworkResourceAssociationMixinProps()

Properties for CfnServiceNetworkResourceAssociationPropsMixin.

Properties

PrivateDnsEnabled

Indicates if private DNS is enabled for the service network resource association.

ResourceConfigurationId

The ID of the resource configuration associated with the service network.

ServiceNetworkId

The ID of the service network associated with the resource configuration.

Tags

A key-value pair to associate with a resource.

Constructors

CfnServiceNetworkResourceAssociationMixinProps()

Properties for CfnServiceNetworkResourceAssociationPropsMixin.

public CfnServiceNetworkResourceAssociationMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.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.VpcLattice;

             var cfnServiceNetworkResourceAssociationMixinProps = new CfnServiceNetworkResourceAssociationMixinProps {
                 PrivateDnsEnabled = false,
                 ResourceConfigurationId = "resourceConfigurationId",
                 ServiceNetworkId = "serviceNetworkId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

PrivateDnsEnabled

Indicates if private DNS is enabled for the service network resource association.

public object? PrivateDnsEnabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-privatednsenabled

Type union: either bool or IResolvable

ResourceConfigurationId

The ID of the resource configuration associated with the service network.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-resourceconfigurationid

ServiceNetworkId

The ID of the service network associated with the resource configuration.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-servicenetworkid

Tags

A key-value pair to associate with a resource.

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

ICfnTag[]

Remarks

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

Implements

ICfnServiceNetworkResourceAssociationMixinProps
Back to top Generated by DocFX