toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
CriteriaResponse
Criteria
Response
data
class
CriteriaResponse
(
val
regex
:
String
?
=
null
,
val
s3WordsList
:
S3WordsListResponse
?
=
null
)
Definition of Criteria
Members
Constructors
Criteria
Response
Link copied to clipboard
constructor
(
regex
:
String
?
=
null
,
s3WordsList
:
S3WordsListResponse
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
regex
Link copied to clipboard
val
regex
:
String
?
=
null
The S3 object key for the AllowList.
s3Words
List
Link copied to clipboard
val
s3WordsList
:
S3WordsListResponse
?
=
null
The S3 location for the AllowList.