Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnConnectAttachmentPropsMixin.Builder
Packages that use CfnConnectAttachmentPropsMixin.Builder
-
Uses of CfnConnectAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.networkmanager
Methods in software.amazon.awscdk.cfnpropertymixins.services.networkmanager that return CfnConnectAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnConnectAttachmentPropsMixin.Builder.coreNetworkId(String coreNetworkId) The ID of the core network where the Connect attachment is located.CfnConnectAttachmentPropsMixin.Builder.create()CfnConnectAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnConnectAttachmentPropsMixin.Builder.edgeLocation(String edgeLocation) The Region where the edge is located.CfnConnectAttachmentPropsMixin.Builder.networkFunctionGroupName(String networkFunctionGroupName) The name of the network function group.CfnConnectAttachmentPropsMixin.Builder.options(CfnConnectAttachmentPropsMixin.ConnectAttachmentOptionsProperty options) Options for connecting an attachment.CfnConnectAttachmentPropsMixin.Builder.options(IResolvable options) Options for connecting an attachment.CfnConnectAttachmentPropsMixin.Builder.proposedNetworkFunctionGroupChange(CfnConnectAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.CfnConnectAttachmentPropsMixin.Builder.proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.CfnConnectAttachmentPropsMixin.Builder.proposedSegmentChange(CfnConnectAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) Describes a proposed segment change.CfnConnectAttachmentPropsMixin.Builder.proposedSegmentChange(IResolvable proposedSegmentChange) Describes a proposed segment change.CfnConnectAttachmentPropsMixin.Builder.routingPolicyLabel(String routingPolicyLabel) Routing policy label.The tags associated with the Connect attachment.CfnConnectAttachmentPropsMixin.Builder.transportAttachmentId(String transportAttachmentId) The ID of the transport attachment.