We recommend new projects start with resources from the AWS provider.
aws-native.vpclattice.ServiceNetworkResourceAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
VpcLattice ServiceNetworkResourceAssociation CFN resource
Create ServiceNetworkResourceAssociation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceNetworkResourceAssociation(name: string, args?: ServiceNetworkResourceAssociationArgs, opts?: CustomResourceOptions);
@overload
def ServiceNetworkResourceAssociation(resource_name: str,
args: Optional[ServiceNetworkResourceAssociationArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceNetworkResourceAssociation(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_configuration_id: Optional[str] = None,
service_network_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewServiceNetworkResourceAssociation(ctx *Context, name string, args *ServiceNetworkResourceAssociationArgs, opts ...ResourceOption) (*ServiceNetworkResourceAssociation, error)
public ServiceNetworkResourceAssociation(string name, ServiceNetworkResourceAssociationArgs? args = null, CustomResourceOptions? opts = null)
public ServiceNetworkResourceAssociation(String name, ServiceNetworkResourceAssociationArgs args)
public ServiceNetworkResourceAssociation(String name, ServiceNetworkResourceAssociationArgs args, CustomResourceOptions options)
type: aws-native:vpclattice:ServiceNetworkResourceAssociation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServiceNetworkResourceAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceNetworkResourceAssociationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceNetworkResourceAssociationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceNetworkResourceAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceNetworkResourceAssociationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ServiceNetworkResourceAssociation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServiceNetworkResourceAssociation resource accepts the following input properties:
- Resource
Configuration stringId - The ID of the resource configuration associated with the service network.
- Service
Network stringId - The ID of the service network associated with the resource configuration.
- List<Pulumi.
Aws Native. Inputs. Tag> - A key-value pair to associate with a resource.
- Resource
Configuration stringId - The ID of the resource configuration associated with the service network.
- Service
Network stringId - The ID of the service network associated with the resource configuration.
- Tag
Args - A key-value pair to associate with a resource.
- resource
Configuration StringId - The ID of the resource configuration associated with the service network.
- service
Network StringId - The ID of the service network associated with the resource configuration.
- List<Tag>
- A key-value pair to associate with a resource.
- resource
Configuration stringId - The ID of the resource configuration associated with the service network.
- service
Network stringId - The ID of the service network associated with the resource configuration.
- Tag[]
- A key-value pair to associate with a resource.
- resource_
configuration_ strid - The ID of the resource configuration associated with the service network.
- service_
network_ strid - The ID of the service network associated with the resource configuration.
- Sequence[Tag
Args] - A key-value pair to associate with a resource.
- resource
Configuration StringId - The ID of the resource configuration associated with the service network.
- service
Network StringId - The ID of the service network associated with the resource configuration.
- List<Property Map>
- A key-value pair to associate with a resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceNetworkResourceAssociation resource produces the following output properties:
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.