Package com.pulumi.aws.transfer
Class AgreementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.transfer.AgreementArgs
-
public final class AgreementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AgreementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AgreementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
accessRole()
com.pulumi.core.Output<java.lang.String>
baseDirectory()
static AgreementArgs.Builder
builder()
static AgreementArgs.Builder
builder(AgreementArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
com.pulumi.core.Output<java.lang.String>
localProfileId()
com.pulumi.core.Output<java.lang.String>
partnerProfileId()
com.pulumi.core.Output<java.lang.String>
serverId()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final AgreementArgs Empty
-
-
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.
-
builder
public static AgreementArgs.Builder builder()
-
builder
public static AgreementArgs.Builder builder(AgreementArgs defaults)
-
-