Show / Hide Table of Contents

Class CfnServiceNetworkServiceAssociation

A CloudFormation AWS::VpcLattice::ServiceNetworkServiceAssociation.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnServiceNetworkServiceAssociation
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.AWS.VpcLattice.dll
Syntax (csharp)
public class CfnServiceNetworkServiceAssociation : CfnResource, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnServiceNetworkServiceAssociation
    Inherits CfnResource
    Implements IConstruct, IDependable, IInspectable
Remarks

Associates a service with a service network.

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.

CloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.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.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)

Create a new AWS::VpcLattice::ServiceNetworkServiceAssociation.

CfnServiceNetworkServiceAssociation(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

CfnServiceNetworkServiceAssociation(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

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
DnsEntry

AWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry.

ServiceIdentifier

The ID or Amazon Resource Name (ARN) of the service.

ServiceNetworkIdentifier

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

Tags

The tags for the association.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<String, Object>)

Constructors

CfnServiceNetworkServiceAssociation(Construct, String, ICfnServiceNetworkServiceAssociationProps)

Create a new AWS::VpcLattice::ServiceNetworkServiceAssociation.

public CfnServiceNetworkServiceAssociation(Construct scope, string id, ICfnServiceNetworkServiceAssociationProps props = null)
Parameters
scope Construct
  • scope in which this resource is defined.
id System.String
  • scoped id of the resource.
props ICfnServiceNetworkServiceAssociationProps
  • resource properties.

CfnServiceNetworkServiceAssociation(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected CfnServiceNetworkServiceAssociation(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

CfnServiceNetworkServiceAssociation(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected CfnServiceNetworkServiceAssociation(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Properties

AttrArn

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

public virtual string AttrArn { get; }
Property Value

System.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

System.String

Remarks

CloudformationAttribute: CreatedAt

AttrDnsEntryDomainName

The domain name of the service.

public virtual string AttrDnsEntryDomainName { get; }
Property Value

System.String

Remarks

CloudformationAttribute: DnsEntry.DomainName

AttrDnsEntryHostedZoneId

The ID of the hosted zone.

public virtual string AttrDnsEntryHostedZoneId { get; }
Property Value

System.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

System.String

Remarks

CloudformationAttribute: Id

AttrServiceArn

The Amazon Resource Name (ARN) of the service.

public virtual string AttrServiceArn { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ServiceArn

AttrServiceId

The ID of the service.

public virtual string AttrServiceId { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ServiceId

AttrServiceName

The name of the service.

public virtual string AttrServiceName { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ServiceName

AttrServiceNetworkArn

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

public virtual string AttrServiceNetworkArn { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ServiceNetworkArn

AttrServiceNetworkId

The ID of the service network.

public virtual string AttrServiceNetworkId { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ServiceNetworkId

AttrServiceNetworkName

The name of the service network.

public virtual string AttrServiceNetworkName { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ServiceNetworkName

AttrStatus

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

public virtual string AttrStatus { get; }
Property Value

System.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

System.String

CfnProperties

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

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.CfnProperties

DnsEntry

AWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry.

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

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html#cfn-vpclattice-servicenetworkserviceassociation-dnsentry

ServiceIdentifier

The ID or Amazon Resource Name (ARN) of the service.

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

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html#cfn-vpclattice-servicenetworkserviceassociation-serviceidentifier

ServiceNetworkIdentifier

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

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

System.String

Remarks

You must use the ARN if the resources specified in the operation are in different accounts.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html#cfn-vpclattice-servicenetworkserviceassociation-servicenetworkidentifier

Tags

The tags for the association.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

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

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.

RenderProperties(IDictionary<String, Object>)

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX