customAttributes

@JvmName(name = "lurbtpgilvcyjrsk")
suspend fun customAttributes(value: Output<List<CertificateCustomAttributeArgs>>)
@JvmName(name = "mpervhrvjvdlotpl")
suspend fun customAttributes(value: List<CertificateCustomAttributeArgs>?)

Parameters

value

Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID). Custom attributes cannot be used in combination with standard attributes.


@JvmName(name = "kfgaedoarggkhmhs")
suspend fun customAttributes(vararg values: Output<CertificateCustomAttributeArgs>)


@JvmName(name = "fydbrqovoedwmitp")
suspend fun customAttributes(values: List<Output<CertificateCustomAttributeArgs>>)
@JvmName(name = "dnwtmxmnfjnsntve")
suspend fun customAttributes(vararg values: CertificateCustomAttributeArgs)

Parameters

values

Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID). Custom attributes cannot be used in combination with standard attributes.


@JvmName(name = "cqooqiavjhuercom")
suspend fun customAttributes(argument: List<suspend CertificateCustomAttributeArgsBuilder.() -> Unit>)
@JvmName(name = "jrcqixpjqclawvxe")
suspend fun customAttributes(vararg argument: suspend CertificateCustomAttributeArgsBuilder.() -> Unit)
@JvmName(name = "gjqkimcaodigfvoa")
suspend fun customAttributes(argument: suspend CertificateCustomAttributeArgsBuilder.() -> Unit)

Parameters

argument

Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID). Custom attributes cannot be used in combination with standard attributes.