toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.compute.beta.kotlin.inputs
/
SecurityPolicyAssociationArgs
Security
Policy
Association
Args
data
class
SecurityPolicyAssociationArgs
(
val
attachmentId
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
SecurityPolicyAssociationArgs
>
Members
Constructors
Security
Policy
Association
Args
Link copied to clipboard
constructor
(
attachmentId
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
)
Properties
attachment
Id
Link copied to clipboard
val
attachmentId
:
Output
<
String
>
?
=
null
The resource that the security policy is attached to.
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name for an association.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SecurityPolicyAssociationArgs