We recommend new projects start with resources from the AWS provider.
aws-native.odb.OdbPeeringConnection
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::ODB::OdbPeeringConnection.
Create OdbPeeringConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OdbPeeringConnection(name: string, args?: OdbPeeringConnectionArgs, opts?: CustomResourceOptions);
@overload
def OdbPeeringConnection(resource_name: str,
args: Optional[OdbPeeringConnectionArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def OdbPeeringConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
odb_network_id: Optional[str] = None,
peer_network_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewOdbPeeringConnection(ctx *Context, name string, args *OdbPeeringConnectionArgs, opts ...ResourceOption) (*OdbPeeringConnection, error)
public OdbPeeringConnection(string name, OdbPeeringConnectionArgs? args = null, CustomResourceOptions? opts = null)
public OdbPeeringConnection(String name, OdbPeeringConnectionArgs args)
public OdbPeeringConnection(String name, OdbPeeringConnectionArgs args, CustomResourceOptions options)
type: aws-native:odb:OdbPeeringConnection
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 OdbPeeringConnectionArgs
- 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 OdbPeeringConnectionArgs
- 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 OdbPeeringConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OdbPeeringConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OdbPeeringConnectionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
OdbPeeringConnection 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 OdbPeeringConnection resource accepts the following input properties:
- Display
Name string - The name of the ODB peering connection.
- Odb
Network stringId - The unique identifier of the ODB network.
- Peer
Network stringId - The unique identifier of the peer network.
- List<Pulumi.
Aws Native. Inputs. Tag> - Tags to assign to the Odb peering connection.
- Display
Name string - The name of the ODB peering connection.
- Odb
Network stringId - The unique identifier of the ODB network.
- Peer
Network stringId - The unique identifier of the peer network.
- Tag
Args - Tags to assign to the Odb peering connection.
- display
Name String - The name of the ODB peering connection.
- odb
Network StringId - The unique identifier of the ODB network.
- peer
Network StringId - The unique identifier of the peer network.
- List<Tag>
- Tags to assign to the Odb peering connection.
- display
Name string - The name of the ODB peering connection.
- odb
Network stringId - The unique identifier of the ODB network.
- peer
Network stringId - The unique identifier of the peer network.
- Tag[]
- Tags to assign to the Odb peering connection.
- display_
name str - The name of the ODB peering connection.
- odb_
network_ strid - The unique identifier of the ODB network.
- peer_
network_ strid - The unique identifier of the peer network.
- Sequence[Tag
Args] - Tags to assign to the Odb peering connection.
- display
Name String - The name of the ODB peering connection.
- odb
Network StringId - The unique identifier of the ODB network.
- peer
Network StringId - The unique identifier of the peer network.
- List<Property Map>
- Tags to assign to the Odb peering connection.
Outputs
All input properties are implicitly available as output properties. Additionally, the OdbPeeringConnection resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- Odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- Odb
Peering stringConnection Id - The unique identifier of the ODB peering connection.
- Peer
Network stringArn - The Amazon Resource Name (ARN) of the peer network.
- Id string
- The provider-assigned unique ID for this managed resource.
- Odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- Odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- Odb
Peering stringConnection Id - The unique identifier of the ODB peering connection.
- Peer
Network stringArn - The Amazon Resource Name (ARN) of the peer network.
- id String
- The provider-assigned unique ID for this managed resource.
- odb
Network StringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Peering StringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering StringConnection Id - The unique identifier of the ODB peering connection.
- peer
Network StringArn - The Amazon Resource Name (ARN) of the peer network.
- id string
- The provider-assigned unique ID for this managed resource.
- odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering stringConnection Id - The unique identifier of the ODB peering connection.
- peer
Network stringArn - The Amazon Resource Name (ARN) of the peer network.
- id str
- The provider-assigned unique ID for this managed resource.
- odb_
network_ strarn - The Amazon Resource Name (ARN) of the ODB network.
- odb_
peering_ strconnection_ arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb_
peering_ strconnection_ id - The unique identifier of the ODB peering connection.
- peer_
network_ strarn - The Amazon Resource Name (ARN) of the peer network.
- id String
- The provider-assigned unique ID for this managed resource.
- odb
Network StringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Peering StringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering StringConnection Id - The unique identifier of the ODB peering connection.
- peer
Network StringArn - The Amazon Resource Name (ARN) of the peer network.
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.