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
constructor(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)
Properties
Link copied to clipboard
The package access credential.
Link copied to clipboard
The embedded child package list.
Link copied to clipboard
The configuration file access credential.
Link copied to clipboard
The configuration file of the package execution. Type: string (or Expression with resultType string).
Link copied to clipboard
The embedded package content. Type: string (or Expression with resultType string).
Link copied to clipboard
The embedded package last modified date.
Link copied to clipboard
The package name.
Link copied to clipboard
Password of the package.
Link copied to clipboard
The SSIS package path. Type: string (or Expression with resultType string).
Link copied to clipboard
The type of SSIS package location.