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:
- 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
-
- Type:
see
- service_network_id
-
- Type:
see