Key Properties Args
constructor(attributes: Output<KeyAttributesArgs>? = null, curveName: Output<Either<String, JsonWebKeyCurveName>>? = null, keyOps: Output<List<Either<String, JsonWebKeyOperation>>>? = null, keySize: Output<Int>? = null, kty: Output<Either<String, JsonWebKeyType>>? = null, releasePolicy: Output<KeyReleasePolicyArgs>? = null, rotationPolicy: Output<RotationPolicyArgs>? = null)