All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.alicloud.securitycenter.ServiceLinkedRoleArgs Maven / Gradle / Ivy

There is a newer version: 3.63.0-alpha.1727424957
Show newest version
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.alicloud.securitycenter;




public final class ServiceLinkedRoleArgs extends com.pulumi.resources.ResourceArgs {

    public static final ServiceLinkedRoleArgs Empty = new ServiceLinkedRoleArgs();

    public static Builder builder() {
        return new Builder();
    }

    public static final class Builder {
        private ServiceLinkedRoleArgs $;

        public Builder() {
            $ = new ServiceLinkedRoleArgs();
        }
        public ServiceLinkedRoleArgs build() {
            return $;
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy