Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMigrationInfraCmd ¶
Types ¶
type MigrationInfraAssetGenerator ¶
type MigrationInfraAssetGenerator struct {
// contains filtered or unexported fields
}
func NewMigrationInfraAssetGenerator ¶
func NewMigrationInfraAssetGenerator(opts MigrationInfraOpts) *MigrationInfraAssetGenerator
func (*MigrationInfraAssetGenerator) Run ¶
func (mi *MigrationInfraAssetGenerator) Run() error
type MigrationInfraOpts ¶
type MigrationInfraOpts struct {
Region string
VPCId string
JumpClusterBrokerSubnetConfig string
CcEnvName string
CcClusterName string
CcClusterType string
AnsibleControlNodeSubnetCIDR string
JumpClusterBrokerIAMRoleName string
SecurityGroupIds []string
BootstrapBrokers string
MskClusterId string
MskClusterArn string
MigrationInfraType types.MigrationInfraType
}
Click to show internal directories.
Click to hide internal directories.