Class AmazonS3CompatibleLinkedServiceArgs


  • public final class AmazonS3CompatibleLinkedServiceArgs
    extends com.pulumi.resources.ResourceArgs
    Linked service for Amazon S3 Compatible.
    • Method Detail

      • accessKeyId

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> accessKeyId()
        Returns:
        The access key identifier of the Amazon S3 Compatible Identity and Access Management (IAM) user. Type: string (or Expression with resultType string).
      • annotations

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.Object>>> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Linked service description.
      • encryptedCredential

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> encryptedCredential()
        Returns:
        The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
      • forcePathStyle

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> forcePathStyle()
        Returns:
        If true, use S3 path-style access instead of virtual hosted-style access. Default value is false. Type: boolean (or Expression with resultType boolean).
      • parameters

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​ParameterSpecificationArgs>>> parameters()
        Returns:
        Parameters for linked service.
      • secretAccessKey

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<AzureKeyVaultSecretReferenceArgs,​SecureStringArgs>>> secretAccessKey()
        Returns:
        The secret access key of the Amazon S3 Compatible Identity and Access Management (IAM) user.
      • serviceUrl

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> serviceUrl()
        Returns:
        This value specifies the endpoint to access with the Amazon S3 Compatible Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string).
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Type of linked service. Expected value is 'AmazonS3Compatible'.