Class CfnServiceNetworkResourceAssociationMixinProps
Properties for CfnServiceNetworkResourceAssociationPropsMixin.
Inherited Members
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
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
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
Remarks
ResourceConfigurationId
The ID of the resource configuration associated with the service network.
public string? ResourceConfigurationId { get; set; }
Property Value
Remarks
ServiceNetworkId
The ID of the service network associated with the resource configuration.
public string? ServiceNetworkId { get; set; }
Property Value
Remarks
Tags
A key-value pair to associate with a resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]