Show / Hide Table of Contents

Class CfnServiceNetworkServiceAssociation

Associates the specified service with the specified service network.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnServiceNetworkServiceAssociation
Implements
IInspectable
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnServiceNetworkServiceAssociation : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnServiceNetworkServiceAssociation Inherits CfnResource Implements IInspectable, ITaggable
Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

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.AWS.VpcLattice;

             var cfnServiceNetworkServiceAssociation = new CfnServiceNetworkServiceAssociation(this, "MyCfnServiceNetworkServiceAssociation", new CfnServiceNetworkServiceAssociationProps {
                 DnsEntry = new DnsEntryProperty {
                     DomainName = "domainName",
                     HostedZoneId = "hostedZoneId"
                 },
                 ServiceIdentifier = "serviceIdentifier",
                 ServiceNetworkIdentifier = "serviceNetworkIdentifier",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnServiceNetworkServiceAssociation(Construct, string, ICfnServiceNetworkServiceAssociationProps?)

Associates the specified service with the specified service network.

Properties

AttrArn

The Amazon Resource Name (ARN) of the association between the service network and the service.

AttrCreatedAt

The date and time that the association was created, specified in ISO-8601 format.

AttrDnsEntryDomainName

The domain name of the service.

AttrDnsEntryHostedZoneId

The ID of the hosted zone.

AttrId

The ID of the of the association between the service network and the service.

AttrServiceArn

The Amazon Resource Name (ARN) of the service.

AttrServiceId

The ID of the service.

AttrServiceName

The name of the service.

AttrServiceNetworkArn

The Amazon Resource Name (ARN) of the service network.

AttrServiceNetworkId

The ID of the service network.

AttrServiceNetworkName

The name of the service network.

AttrStatus

The status of the association between the service network and the service.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

Associates the specified service with the specified service network.

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

Tag Manager which manages the tags for this resource.

TagsRaw

The tags for the association.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

Associates the specified service with the specified service network.

Constructors

CfnServiceNetworkServiceAssociation(Construct, string, ICfnServiceNetworkServiceAssociationProps?)

Associates the specified service with the specified service network.

public CfnServiceNetworkServiceAssociation(Construct scope, string id, ICfnServiceNetworkServiceAssociationProps? props = null)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnServiceNetworkServiceAssociationProps

Resource properties.

Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

Properties

AttrArn

The Amazon Resource Name (ARN) of the association between the service network and the service.

public virtual string AttrArn { get; }
Property Value

string

Remarks

CloudformationAttribute: Arn

AttrCreatedAt

The date and time that the association was created, specified in ISO-8601 format.

public virtual string AttrCreatedAt { get; }
Property Value

string

Remarks

CloudformationAttribute: CreatedAt

AttrDnsEntryDomainName

The domain name of the service.

public virtual string AttrDnsEntryDomainName { get; }
Property Value

string

Remarks

CloudformationAttribute: DnsEntry.DomainName

AttrDnsEntryHostedZoneId

The ID of the hosted zone.

public virtual string AttrDnsEntryHostedZoneId { get; }
Property Value

string

Remarks

CloudformationAttribute: DnsEntry.HostedZoneId

AttrId

The ID of the of the association between the service network and the service.

public virtual string AttrId { get; }
Property Value

string

Remarks

CloudformationAttribute: Id

AttrServiceArn

The Amazon Resource Name (ARN) of the service.

public virtual string AttrServiceArn { get; }
Property Value

string

Remarks

CloudformationAttribute: ServiceArn

AttrServiceId

The ID of the service.

public virtual string AttrServiceId { get; }
Property Value

string

Remarks

CloudformationAttribute: ServiceId

AttrServiceName

The name of the service.

public virtual string AttrServiceName { get; }
Property Value

string

Remarks

CloudformationAttribute: ServiceName

AttrServiceNetworkArn

The Amazon Resource Name (ARN) of the service network.

public virtual string AttrServiceNetworkArn { get; }
Property Value

string

Remarks

CloudformationAttribute: ServiceNetworkArn

AttrServiceNetworkId

The ID of the service network.

public virtual string AttrServiceNetworkId { get; }
Property Value

string

Remarks

CloudformationAttribute: ServiceNetworkId

AttrServiceNetworkName

The name of the service network.

public virtual string AttrServiceNetworkName { get; }
Property Value

string

Remarks

CloudformationAttribute: ServiceNetworkName

AttrStatus

The status of the association between the service network and the service.

public virtual string AttrStatus { get; }
Property Value

string

Remarks

CloudformationAttribute: Status

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

CfnProperties

Associates the specified service with the specified service network.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

DnsEntry

The DNS information of the service.

public virtual object? DnsEntry { get; set; }
Property Value

object

Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

ServiceIdentifier

The ID or ARN of the service.

public virtual string? ServiceIdentifier { get; set; }
Property Value

string

Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

ServiceNetworkIdentifier

The ID or ARN of the service network.

public virtual string? ServiceNetworkIdentifier { get; set; }
Property Value

string

Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

Tags

Tag Manager which manages the tags for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

TagsRaw

The tags for the association.

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

ICfnTag[]

Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Associates the specified service with the specified service network.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

For more information, see Manage service associations in the Amazon VPC Lattice User Guide .

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggable
Back to top Generated by DocFX