toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.codeartifact.kotlin.outputs
/
RepositoryExternalConnections
Repository
External
Connections
data
class
RepositoryExternalConnections
(
val
externalConnectionName
:
String
,
val
packageFormat
:
String
?
=
null
,
val
status
:
String
?
=
null
)
Members
Constructors
Repository
External
Connections
Link copied to clipboard
constructor
(
externalConnectionName
:
String
,
packageFormat
:
String
?
=
null
,
status
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
external
Connection
Name
Link copied to clipboard
val
externalConnectionName
:
String
The name of the external connection associated with a repository.
package
Format
Link copied to clipboard
val
packageFormat
:
String
?
=
null
status
Link copied to clipboard
val
status
:
String
?
=
null