service Endpoint Policy Definitions
suspend fun serviceEndpointPolicyDefinitions(value: Output<List<ServiceEndpointPolicyDefinitionArgs>>)
Parameters
value
A collection of service endpoint policy definitions of the service endpoint policy. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
suspend fun serviceEndpointPolicyDefinitions(vararg values: Output<ServiceEndpointPolicyDefinitionArgs>)
suspend fun serviceEndpointPolicyDefinitions(values: List<Output<ServiceEndpointPolicyDefinitionArgs>>)
Parameters
values
A collection of service endpoint policy definitions of the service endpoint policy. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
suspend fun serviceEndpointPolicyDefinitions(argument: List<suspend ServiceEndpointPolicyDefinitionArgsBuilder.() -> Unit>)
suspend fun serviceEndpointPolicyDefinitions(vararg argument: suspend ServiceEndpointPolicyDefinitionArgsBuilder.() -> Unit)
suspend fun serviceEndpointPolicyDefinitions(argument: suspend ServiceEndpointPolicyDefinitionArgsBuilder.() -> Unit)
Parameters
argument
A collection of service endpoint policy definitions of the service endpoint policy. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.