1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. devopsagent
  6. PrivateConnection

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 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_private_connection" "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:

    ConnectionConfiguration Pulumi.AwsNative.DevOpsAgent.Inputs.PrivateConnectionConnectionConfiguration
    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.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    ConnectionConfiguration PrivateConnectionConnectionConfigurationArgs
    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.
    Tags TagArgs
    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.
    tags list(object)
    An array of key-value pairs to apply to this resource.
    connectionConfiguration PrivateConnectionConnectionConfiguration
    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.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    connectionConfiguration PrivateConnectionConnectionConfiguration
    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.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    connection_configuration PrivateConnectionConnectionConfigurationArgs
    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.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    connectionConfiguration 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.
    tags 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.
    CertificateExpiryTime string
    The expiry time of the certificate associated with the Private Connection.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.DevOpsAgent.PrivateConnectionStatus
    The status of the Private Connection.
    Arn string
    The Amazon Resource Name (ARN) of the Private Connection.
    CertificateExpiryTime string
    The expiry time of the certificate associated with the Private Connection.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status PrivateConnectionStatus
    The status of the Private Connection.
    arn string
    The Amazon Resource Name (ARN) of the Private Connection.
    certificate_expiry_time string
    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.
    certificateExpiryTime String
    The expiry time of the certificate associated with the Private Connection.
    id String
    The provider-assigned unique ID for this managed resource.
    status PrivateConnectionStatus
    The status of the Private Connection.
    arn string
    The Amazon Resource Name (ARN) of the Private Connection.
    certificateExpiryTime string
    The expiry time of the certificate associated with the Private Connection.
    id string
    The provider-assigned unique ID for this managed resource.
    status PrivateConnectionStatus
    The status of the Private Connection.
    arn str
    The Amazon Resource Name (ARN) of the Private Connection.
    certificate_expiry_time str
    The expiry time of the certificate associated with the Private Connection.
    id str
    The provider-assigned unique ID for this managed resource.
    status PrivateConnectionStatus
    The status of the Private Connection.
    arn String
    The Amazon Resource Name (ARN) of the Private Connection.
    certificateExpiryTime String
    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

    PrivateConnectionConnectionConfiguration, PrivateConnectionConnectionConfigurationArgs

    The connection configuration, either SelfManaged or ServiceManaged.

    PrivateConnectionSelfManagedMode, PrivateConnectionSelfManagedModeArgs

    Configuration for a self-managed Private Connection.
    ResourceConfigurationId string
    The ARN of the Resource Configuration.
    ResourceConfigurationId string
    The ARN of the Resource Configuration.
    resource_configuration_id string
    The ARN of the Resource Configuration.
    resourceConfigurationId String
    The ARN of the Resource Configuration.
    resourceConfigurationId string
    The ARN of the Resource Configuration.
    resource_configuration_id str
    The ARN of the Resource Configuration.
    resourceConfigurationId String
    The ARN of the Resource Configuration.

    PrivateConnectionServiceManagedMode, PrivateConnectionServiceManagedModeArgs

    Configuration for a service-managed Private Connection.
    HostAddress string
    IP address or DNS name of the target resource.
    VpcId string
    VPC to create the service-managed Resource Gateway in.
    DnsResolution Pulumi.AwsNative.DevOpsAgent.PrivateConnectionServiceManagedModeDnsResolution
    DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.
    IpAddressType Pulumi.AwsNative.DevOpsAgent.PrivateConnectionServiceManagedModeIpAddressType
    IP address type of the service-managed Resource Gateway.
    Ipv4AddressesPerEni int
    Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.
    PortRanges List<string>
    TCP port ranges that a consumer can use to access the resource.
    SecurityGroupIds List<string>
    Security groups to attach to the service-managed Resource Gateway.
    SubnetIds List<string>
    Subnets that the service-managed Resource Gateway will span.
    HostAddress string
    IP address or DNS name of the target resource.
    VpcId string
    VPC to create the service-managed Resource Gateway in.
    DnsResolution PrivateConnectionServiceManagedModeDnsResolution
    DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.
    IpAddressType PrivateConnectionServiceManagedModeIpAddressType
    IP address type of the service-managed Resource Gateway.
    Ipv4AddressesPerEni int
    Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.
    PortRanges []string
    TCP port ranges that a consumer can use to access the resource.
    SecurityGroupIds []string
    Security groups to attach to the service-managed Resource Gateway.
    SubnetIds []string
    Subnets that the service-managed Resource Gateway will span.
    host_address string
    IP address or DNS name of the target resource.
    vpc_id string
    VPC to create the service-managed Resource Gateway in.
    dns_resolution "PUBLIC" | "IN_VPC"
    DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.
    ip_address_type "IPV4" | "IPV6" | "DUAL_STACK"
    IP address type of the service-managed Resource Gateway.
    ipv4_addresses_per_eni number
    Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.
    port_ranges list(string)
    TCP port ranges that a consumer can use to access the resource.
    security_group_ids list(string)
    Security groups to attach to the service-managed Resource Gateway.
    subnet_ids list(string)
    Subnets that the service-managed Resource Gateway will span.
    hostAddress String
    IP address or DNS name of the target resource.
    vpcId String
    VPC to create the service-managed Resource Gateway in.
    dnsResolution PrivateConnectionServiceManagedModeDnsResolution
    DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.
    ipAddressType PrivateConnectionServiceManagedModeIpAddressType
    IP address type of the service-managed Resource Gateway.
    ipv4AddressesPerEni Integer
    Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.
    portRanges List<String>
    TCP port ranges that a consumer can use to access the resource.
    securityGroupIds List<String>
    Security groups to attach to the service-managed Resource Gateway.
    subnetIds List<String>
    Subnets that the service-managed Resource Gateway will span.
    hostAddress string
    IP address or DNS name of the target resource.
    vpcId string
    VPC to create the service-managed Resource Gateway in.
    dnsResolution PrivateConnectionServiceManagedModeDnsResolution
    DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.
    ipAddressType PrivateConnectionServiceManagedModeIpAddressType
    IP address type of the service-managed Resource Gateway.
    ipv4AddressesPerEni number
    Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.
    portRanges string[]
    TCP port ranges that a consumer can use to access the resource.
    securityGroupIds string[]
    Security groups to attach to the service-managed Resource Gateway.
    subnetIds string[]
    Subnets that the service-managed Resource Gateway will span.
    host_address str
    IP address or DNS name of the target resource.
    vpc_id str
    VPC to create the service-managed Resource Gateway in.
    dns_resolution PrivateConnectionServiceManagedModeDnsResolution
    DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.
    ip_address_type PrivateConnectionServiceManagedModeIpAddressType
    IP address type of the service-managed Resource Gateway.
    ipv4_addresses_per_eni int
    Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.
    port_ranges Sequence[str]
    TCP port ranges that a consumer can use to access the resource.
    security_group_ids Sequence[str]
    Security groups to attach to the service-managed Resource Gateway.
    subnet_ids Sequence[str]
    Subnets that the service-managed Resource Gateway will span.
    hostAddress String
    IP address or DNS name of the target resource.
    vpcId String
    VPC to create the service-managed Resource Gateway in.
    dnsResolution "PUBLIC" | "IN_VPC"
    DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.
    ipAddressType "IPV4" | "IPV6" | "DUAL_STACK"
    IP address type of the service-managed Resource Gateway.
    ipv4AddressesPerEni Number
    Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.
    portRanges List<String>
    TCP port ranges that a consumer can use to access the resource.
    securityGroupIds List<String>
    Security groups to attach to the service-managed Resource Gateway.
    subnetIds List<String>
    Subnets that the service-managed Resource Gateway will span.

    PrivateConnectionServiceManagedModeDnsResolution, PrivateConnectionServiceManagedModeDnsResolutionArgs

    Public
    PUBLIC
    InVpc
    IN_VPC
    PrivateConnectionServiceManagedModeDnsResolutionPublic
    PUBLIC
    PrivateConnectionServiceManagedModeDnsResolutionInVpc
    IN_VPC
    "PUBLIC"
    PUBLIC
    "IN_VPC"
    IN_VPC
    Public
    PUBLIC
    InVpc
    IN_VPC
    Public
    PUBLIC
    InVpc
    IN_VPC
    PUBLIC
    PUBLIC
    IN_VPC
    IN_VPC
    "PUBLIC"
    PUBLIC
    "IN_VPC"
    IN_VPC

    PrivateConnectionServiceManagedModeIpAddressType, PrivateConnectionServiceManagedModeIpAddressTypeArgs

    Ipv4
    IPV4
    Ipv6
    IPV6
    DualStack
    DUAL_STACK
    PrivateConnectionServiceManagedModeIpAddressTypeIpv4
    IPV4
    PrivateConnectionServiceManagedModeIpAddressTypeIpv6
    IPV6
    PrivateConnectionServiceManagedModeIpAddressTypeDualStack
    DUAL_STACK
    "IPV4"
    IPV4
    "IPV6"
    IPV6
    "DUAL_STACK"
    DUAL_STACK
    Ipv4
    IPV4
    Ipv6
    IPV6
    DualStack
    DUAL_STACK
    Ipv4
    IPV4
    Ipv6
    IPV6
    DualStack
    DUAL_STACK
    IPV4
    IPV4
    IPV6
    IPV6
    DUAL_STACK
    DUAL_STACK
    "IPV4"
    IPV4
    "IPV6"
    IPV6
    "DUAL_STACK"
    DUAL_STACK

    PrivateConnectionStatus, PrivateConnectionStatusArgs

    Active
    ACTIVE
    CreateInProgress
    CREATE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteInProgress
    DELETE_IN_PROGRESS
    DeleteFailed
    DELETE_FAILED
    PrivateConnectionStatusActive
    ACTIVE
    PrivateConnectionStatusCreateInProgress
    CREATE_IN_PROGRESS
    PrivateConnectionStatusCreateFailed
    CREATE_FAILED
    PrivateConnectionStatusDeleteInProgress
    DELETE_IN_PROGRESS
    PrivateConnectionStatusDeleteFailed
    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
    CreateInProgress
    CREATE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteInProgress
    DELETE_IN_PROGRESS
    DeleteFailed
    DELETE_FAILED
    Active
    ACTIVE
    CreateInProgress
    CREATE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteInProgress
    DELETE_IN_PROGRESS
    DeleteFailed
    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.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial