Class DataIntegrationState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.appintegrations.inputs.DataIntegrationState
-
public final class DataIntegrationState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataIntegrationState.Builder
-
Field Summary
Fields Modifier and Type Field Description static DataIntegrationState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
arn()
static DataIntegrationState.Builder
builder()
static DataIntegrationState.Builder
builder(DataIntegrationState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kmsKey()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<DataIntegrationScheduleConfigArgs>>
scheduleConfig()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
sourceUri()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tagsAll()
Deprecated.Please use `tags` instead.
-
-
-
Field Detail
-
Empty
public static final DataIntegrationState Empty
-
-
Method Detail
-
arn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
- Returns:
- The Amazon Resource Name (ARN) of the Data Integration.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- Specifies the description of the Data Integration.
-
kmsKey
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsKey()
- Returns:
- Specifies the KMS key Amazon Resource Name (ARN) for the Data Integration.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- Specifies the name of the Data Integration.
-
scheduleConfig
public java.util.Optional<com.pulumi.core.Output<DataIntegrationScheduleConfigArgs>> scheduleConfig()
- Returns:
- A block that defines the name of the data and how often it should be pulled from the source. The Schedule Config block is documented below.
-
sourceUri
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceUri()
- Returns:
- Specifies the URI of the data source. Create an AppFlow Connector Profile and reference the name of the profile in the URL. An example of this value for Salesforce is `Salesforce://AppFlow/example` where `example` is the name of the AppFlow Connector Profile.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Tags to apply to the Data Integration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
tagsAll
@Deprecated public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tagsAll()
Deprecated.Please use `tags` instead.- Returns:
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
-
builder
public static DataIntegrationState.Builder builder()
-
builder
public static DataIntegrationState.Builder builder(DataIntegrationState defaults)
-
-