SSISPackage Location Args
data class SSISPackageLocationArgs(val accessCredential: Output<SSISAccessCredentialArgs>? = null, val childPackages: Output<List<SSISChildPackageArgs>>? = null, val configurationAccessCredential: Output<SSISAccessCredentialArgs>? = null, val configurationPath: Output<Any>? = null, val packageContent: Output<Any>? = null, val packageLastModifiedDate: Output<String>? = null, val packageName: Output<String>? = null, val packagePassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val packagePath: Output<Any>? = null, val type: Output<Either<String, SsisPackageLocationType>>? = null) : ConvertibleToJava<SSISPackageLocationArgs>
SSIS package location.
Constructors
Link copied to clipboard
fun SSISPackageLocationArgs(accessCredential: Output<SSISAccessCredentialArgs>? = null, childPackages: Output<List<SSISChildPackageArgs>>? = null, configurationAccessCredential: Output<SSISAccessCredentialArgs>? = null, configurationPath: Output<Any>? = null, packageContent: Output<Any>? = null, packageLastModifiedDate: Output<String>? = null, packageName: Output<String>? = null, packagePassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, packagePath: Output<Any>? = null, type: Output<Either<String, SsisPackageLocationType>>? = null)