1. Packages
  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.66.0
published on Monday, May 18, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.66.0
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:

    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

    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

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

    Viewing docs for AWS Cloud Control v1.66.0
    published on Monday, May 18, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.