CfnServiceNetworkResourceAssociationProps

class aws_cdk.aws_vpclattice.CfnServiceNetworkResourceAssociationProps(*, resource_configuration_id=None, service_network_id=None, tags=None)

Bases: object

Properties for defining a CfnServiceNetworkResourceAssociation.

Parameters:
  • resource_configuration_id (Optional[str]) –

  • service_network_id (Optional[str]) –

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) –

See:

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

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_vpclattice as vpclattice

cfn_service_network_resource_association_props = vpclattice.CfnServiceNetworkResourceAssociationProps(
    resource_configuration_id="resourceConfigurationId",
    service_network_id="serviceNetworkId",
    tags=[CfnTag(
        key="key",
        value="value"
    )]
)

Attributes

resource_configuration_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-resourceconfigurationid

Type:

see

service_network_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-servicenetworkid

Type:

see

tags

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

Type:

see