Package com.pulumi.azurenative.eventgrid
Class SystemTopicArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.eventgrid.SystemTopicArgs
-
public final class SystemTopicArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SystemTopicArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static SystemTopicArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemTopicArgs.Builder
builder()
static SystemTopicArgs.Builder
builder(SystemTopicArgs defaults)
java.util.Optional<com.pulumi.core.Output<IdentityInfoArgs>>
identity()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
location()
com.pulumi.core.Output<java.lang.String>
resourceGroupName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
source()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
systemTopicName()
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.lang.String>>
topicType()
-
-
-
Field Detail
-
Empty
public static final SystemTopicArgs Empty
-
-
Method Detail
-
identity
public java.util.Optional<com.pulumi.core.Output<IdentityInfoArgs>> identity()
- Returns:
- Identity information for the resource.
-
location
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
- Returns:
- Location of the resource.
-
resourceGroupName
public com.pulumi.core.Output<java.lang.String> resourceGroupName()
- Returns:
- The name of the resource group within the user's subscription.
-
source
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> source()
- Returns:
- Source for the system topic.
-
systemTopicName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> systemTopicName()
- Returns:
- Name of the system topic.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Tags of the resource.
-
topicType
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> topicType()
- Returns:
- TopicType for the system topic.
-
builder
public static SystemTopicArgs.Builder builder()
-
builder
public static SystemTopicArgs.Builder builder(SystemTopicArgs defaults)
-
-