pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.panorama.kotlin.outputs
/
PackageStorageLocation
Package
Storage
Location
data
class
PackageStorageLocation
(
val
binaryPrefixLocation
:
String
?
=
null
,
val
bucket
:
String
?
=
null
,
val
generatedPrefixLocation
:
String
?
=
null
,
val
manifestPrefixLocation
:
String
?
=
null
,
val
repoPrefixLocation
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Package
Storage
Location
Link copied to clipboard
fun
PackageStorageLocation
(
binaryPrefixLocation
:
String
?
=
null
,
bucket
:
String
?
=
null
,
generatedPrefixLocation
:
String
?
=
null
,
manifestPrefixLocation
:
String
?
=
null
,
repoPrefixLocation
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
binary
Prefix
Location
Link copied to clipboard
val
binaryPrefixLocation
:
String
?
=
null
bucket
Link copied to clipboard
val
bucket
:
String
?
=
null
generated
Prefix
Location
Link copied to clipboard
val
generatedPrefixLocation
:
String
?
=
null
manifest
Prefix
Location
Link copied to clipboard
val
manifestPrefixLocation
:
String
?
=
null
repo
Prefix
Location
Link copied to clipboard
val
repoPrefixLocation
:
String
?
=
null