We recommend new projects start with resources from the AWS provider.
published on Monday, May 18, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, May 18, 2026 by Pulumi
Resource Type definition for AWS::DevOpsAgent::PrivateConnection
Create PrivateConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PrivateConnection(name: string, args: PrivateConnectionArgs, opts?: CustomResourceOptions);@overload
def PrivateConnection(resource_name: str,
args: PrivateConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PrivateConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
connection_configuration: Optional[PrivateConnectionConnectionConfigurationArgs] = None,
certificate: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewPrivateConnection(ctx *Context, name string, args PrivateConnectionArgs, opts ...ResourceOption) (*PrivateConnection, error)public PrivateConnection(string name, PrivateConnectionArgs args, CustomResourceOptions? opts = null)
public PrivateConnection(String name, PrivateConnectionArgs args)
public PrivateConnection(String name, PrivateConnectionArgs args, CustomResourceOptions options)
type: aws-native:devopsagent:PrivateConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_devopsagent_privateconnection" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args PrivateConnectionArgs
- 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 PrivateConnectionArgs
- 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 PrivateConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PrivateConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PrivateConnectionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
PrivateConnection 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 PrivateConnection resource accepts the following input properties:
- Connection
Configuration Pulumi.Aws Native. Dev Ops Agent. Inputs. Private Connection Connection Configuration - The connection configuration for the Private Connection.
- Certificate string
- Certificate for the Private Connection.
- Name string
- Unique name for this Private Connection within the account.
-
List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Connection
Configuration PrivateConnection Connection Configuration Args - The connection configuration for the Private Connection.
- Certificate string
- Certificate for the Private Connection.
- Name string
- Unique name for this Private Connection within the account.
-
Tag
Args - An array of key-value pairs to apply to this resource.
- connection_
configuration object - The connection configuration for the Private Connection.
- certificate string
- Certificate for the Private Connection.
- name string
- Unique name for this Private Connection within the account.
- list(object)
- An array of key-value pairs to apply to this resource.
- connection
Configuration PrivateConnection Connection Configuration - The connection configuration for the Private Connection.
- certificate String
- Certificate for the Private Connection.
- name String
- Unique name for this Private Connection within the account.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- connection
Configuration PrivateConnection Connection Configuration - The connection configuration for the Private Connection.
- certificate string
- Certificate for the Private Connection.
- name string
- Unique name for this Private Connection within the account.
- Tag[]
- An array of key-value pairs to apply to this resource.
- connection_
configuration PrivateConnection Connection Configuration Args - The connection configuration for the Private Connection.
- certificate str
- Certificate for the Private Connection.
- name str
- Unique name for this Private Connection within the account.
-
Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- connection
Configuration Property Map - The connection configuration for the Private Connection.
- certificate String
- Certificate for the Private Connection.
- name String
- Unique name for this Private Connection within the account.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the PrivateConnection resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the Private Connection.
- Certificate
Expiry stringTime - The expiry time of the certificate associated with the Private Connection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Dev Ops Agent. Private Connection Status - The status of the Private Connection.
- Arn string
- The Amazon Resource Name (ARN) of the Private Connection.
- Certificate
Expiry stringTime - The expiry time of the certificate associated with the Private Connection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Private
Connection Status - The status of the Private Connection.
- arn string
- The Amazon Resource Name (ARN) of the Private Connection.
- certificate_
expiry_ stringtime - The expiry time of the certificate associated with the Private Connection.
- id string
- The provider-assigned unique ID for this managed resource.
- status "ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED"
- The status of the Private Connection.
- arn String
- The Amazon Resource Name (ARN) of the Private Connection.
- certificate
Expiry StringTime - The expiry time of the certificate associated with the Private Connection.
- id String
- The provider-assigned unique ID for this managed resource.
- status
Private
Connection Status - The status of the Private Connection.
- arn string
- The Amazon Resource Name (ARN) of the Private Connection.
- certificate
Expiry stringTime - The expiry time of the certificate associated with the Private Connection.
- id string
- The provider-assigned unique ID for this managed resource.
- status
Private
Connection Status - The status of the Private Connection.
- arn str
- The Amazon Resource Name (ARN) of the Private Connection.
- certificate_
expiry_ strtime - The expiry time of the certificate associated with the Private Connection.
- id str
- The provider-assigned unique ID for this managed resource.
- status
Private
Connection Status - The status of the Private Connection.
- arn String
- The Amazon Resource Name (ARN) of the Private Connection.
- certificate
Expiry StringTime - The expiry time of the certificate associated with the Private Connection.
- id String
- The provider-assigned unique ID for this managed resource.
- status "ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED"
- The status of the Private Connection.
Supporting Types
PrivateConnectionStatus, PrivateConnectionStatusArgs
- Active
ACTIVE- Create
In Progress CREATE_IN_PROGRESS- Create
Failed CREATE_FAILED- Delete
In Progress DELETE_IN_PROGRESS- Delete
Failed DELETE_FAILED
- Private
Connection Status Active ACTIVE- Private
Connection Status Create In Progress CREATE_IN_PROGRESS- Private
Connection Status Create Failed CREATE_FAILED- Private
Connection Status Delete In Progress DELETE_IN_PROGRESS- Private
Connection Status Delete Failed DELETE_FAILED
- "ACTIVE"
ACTIVE- "CREATE_IN_PROGRESS"
CREATE_IN_PROGRESS- "CREATE_FAILED"
CREATE_FAILED- "DELETE_IN_PROGRESS"
DELETE_IN_PROGRESS- "DELETE_FAILED"
DELETE_FAILED
- Active
ACTIVE- Create
In Progress CREATE_IN_PROGRESS- Create
Failed CREATE_FAILED- Delete
In Progress DELETE_IN_PROGRESS- Delete
Failed DELETE_FAILED
- Active
ACTIVE- Create
In Progress CREATE_IN_PROGRESS- Create
Failed CREATE_FAILED- Delete
In Progress DELETE_IN_PROGRESS- Delete
Failed DELETE_FAILED
- ACTIVE
ACTIVE- CREATE_IN_PROGRESS
CREATE_IN_PROGRESS- CREATE_FAILED
CREATE_FAILED- DELETE_IN_PROGRESS
DELETE_IN_PROGRESS- DELETE_FAILED
DELETE_FAILED
- "ACTIVE"
ACTIVE- "CREATE_IN_PROGRESS"
CREATE_IN_PROGRESS- "CREATE_FAILED"
CREATE_FAILED- "DELETE_IN_PROGRESS"
DELETE_IN_PROGRESS- "DELETE_FAILED"
DELETE_FAILED
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, May 18, 2026 by Pulumi
