Class CfnServiceNetworkServiceAssociationMixinProps
Properties for CfnServiceNetworkServiceAssociationPropsMixin.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.VpcLattice
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServiceNetworkServiceAssociationMixinProps : ICfnServiceNetworkServiceAssociationMixinProps
Syntax (vb)
Public Class CfnServiceNetworkServiceAssociationMixinProps Implements ICfnServiceNetworkServiceAssociationMixinProps
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 cfnServiceNetworkServiceAssociationMixinProps = new CfnServiceNetworkServiceAssociationMixinProps {
DnsEntry = new DnsEntryProperty {
DomainName = "domainName",
HostedZoneId = "hostedZoneId"
},
ServiceIdentifier = "serviceIdentifier",
ServiceNetworkIdentifier = "serviceNetworkIdentifier",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnServiceNetworkServiceAssociationMixinProps() | Properties for CfnServiceNetworkServiceAssociationPropsMixin. |
Properties
| DnsEntry | The DNS information of the service. |
| ServiceIdentifier | The ID or ARN of the service. |
| ServiceNetworkIdentifier | The ID or ARN of the service network. |
| Tags | The tags for the association. |
Constructors
CfnServiceNetworkServiceAssociationMixinProps()
Properties for CfnServiceNetworkServiceAssociationPropsMixin.
public CfnServiceNetworkServiceAssociationMixinProps()
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 cfnServiceNetworkServiceAssociationMixinProps = new CfnServiceNetworkServiceAssociationMixinProps {
DnsEntry = new DnsEntryProperty {
DomainName = "domainName",
HostedZoneId = "hostedZoneId"
},
ServiceIdentifier = "serviceIdentifier",
ServiceNetworkIdentifier = "serviceNetworkIdentifier",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
DnsEntry
The DNS information of the service.
public object? DnsEntry { get; set; }
Property Value
Remarks
ServiceIdentifier
The ID or ARN of the service.
public string? ServiceIdentifier { get; set; }
Property Value
Remarks
ServiceNetworkIdentifier
The ID or ARN of the service network.
public string? ServiceNetworkIdentifier { get; set; }
Property Value
Remarks
You must use an ARN if the resources are in different accounts.