Class AgreementArgs


  • public final class AgreementArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AgreementArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • accessRole

        public com.pulumi.core.Output<java.lang.String> accessRole()
        Returns:
        The IAM Role which provides read and write access to the parent directory of the file location mentioned in the StartFileTransfer request.
      • baseDirectory

        public com.pulumi.core.Output<java.lang.String> baseDirectory()
        Returns:
        The landing directory for the files transferred by using the AS2 protocol.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        The Optional description of the transdfer.
      • localProfileId

        public com.pulumi.core.Output<java.lang.String> localProfileId()
        Returns:
        The unique identifier for the AS2 local profile.
      • partnerProfileId

        public com.pulumi.core.Output<java.lang.String> partnerProfileId()
        Returns:
        The unique identifier for the AS2 partner profile.
      • serverId

        public com.pulumi.core.Output<java.lang.String> serverId()
        Returns:
        The unique server identifier for the server instance. This is the specific server the agreement uses.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.