toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.glue.kotlin.outputs
/
UsageProfileConfigurationObject
Usage
Profile
Configuration
Object
data
class
UsageProfileConfigurationObject
(
val
allowedValues
:
List
<
String
>
?
=
null
,
val
defaultValue
:
String
?
=
null
,
val
maxValue
:
String
?
=
null
,
val
minValue
:
String
?
=
null
)
Members
Constructors
Usage
Profile
Configuration
Object
Link copied to clipboard
constructor
(
allowedValues
:
List
<
String
>
?
=
null
,
defaultValue
:
String
?
=
null
,
maxValue
:
String
?
=
null
,
minValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
allowed
Values
Link copied to clipboard
val
allowedValues
:
List
<
String
>
?
=
null
default
Value
Link copied to clipboard
val
defaultValue
:
String
?
=
null
max
Value
Link copied to clipboard
val
maxValue
:
String
?
=
null
min
Value
Link copied to clipboard
val
minValue
:
String
?
=
null